_Application3.Windows プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションへの参照を取得します WindowsCollection 。
public:
property Microsoft::Office::Interop::InfoPath::WindowsCollection ^ Windows { Microsoft::Office::Interop::InfoPath::WindowsCollection ^ get(); };
public Microsoft.Office.Interop.InfoPath.WindowsCollection Windows { get; }
member this.Windows : Microsoft.Office.Interop.InfoPath.WindowsCollection
Public ReadOnly Property Windows As WindowsCollection
プロパティ値
コレクションへの WindowsCollection 参照。
実装
例
次の例では、Windows プロパティを使用してコレクションのWindowsCollectionプロパティにCountアクセスし、メッセージ ボックスに値を表示します。
thisXDocument.UI.Alert("Count of Windows: " + thisApplication.<span class="label">Windows</span>.Count);
注釈
Windows コレクションへの参照を設定した後は、そのプロパティを使用して、コレクションに含まれる各 Window オブジェクトにアクセスできます。
注: Windows コレクションは、含まれている Window オブジェクトの数を取得する場合、または Window オブジェクトへの参照を返す場合にのみ使用できます。 Window オブジェクトを追加または削除するためには使用できません。