次の方法で共有


View.Window プロパティ

ビューに関連付けられているウィンドウへの参照を取得します。

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
<DispIdAttribute(4)> _
ReadOnly Property Window As WindowObject
'使用
Dim instance As View
Dim value As WindowObject

value = instance.Window
[DispIdAttribute(4)] 
WindowObject Window { get; }

コメント

返された WindowObject オブジェクトは、現在アクティブな Microsoft Office InfoPath 2003 ウィンドウを表しています。このウィンドウには、WindowsCollection コレクションを使用してアクセスすることもできます。

次の例では、View オブジェクトの Window プロパティを使用して、TaskPanes コレクション内の最初の作業ウィンドウへの参照を取得します。

[C#]

TaskPane taskPane;
taskPane = thisXDocument.View.Window.TaskPanes[0];

関連項目

参照

View インターフェイス
View のメンバ
Microsoft.Office.Interop.InfoPath 名前空間