次の方法で共有


WindowCollection クラス

定義

Window現在開いている各 InfoPath ウィンドウのオブジェクトを格納します。

public ref class WindowCollection abstract : System::Collections::IEnumerable
public abstract class WindowCollection : System.Collections.IEnumerable
type WindowCollection = class
    interface IEnumerable
Public MustInherit Class WindowCollection
Implements IEnumerable
継承
WindowCollection
実装

注釈

Window オブジェクトは、InfoPath アプリケーションで使用される 2 種類のウィンドウを表します。1 つはユーザーがフォームに入力するときにフォームを表示する編集ウィンドウで、もう 1 つはユーザーがフォームをデザインするときにデザイン モードで使用されるデザイン ウィンドウです。

WindowCollection コレクションは、フォームに関連付けられている Window オブジェクトへのアクセスに使用できるプロパティを実装しており、オブジェクトの Application プロパティをWindows使用してアクセスできます。

: WindowCollection コレクションは、含まれている Window オブジェクトの数を取得する場合、または指定した Window オブジェクトへの参照を返す場合にのみ使用できます。 Window オブジェクトの作成、追加、または削除には使用できません。

コンストラクター

WindowCollection()

Window現在開いている各 InfoPath ウィンドウのオブジェクトを格納します。

プロパティ

Count

コレクションに含まれるオブジェクトの Window 数を WindowCollection 取得します。

Item[Int32]

オブジェクト内の指定した Window オブジェクトへの参照を WindowCollection 取得します。

メソッド

GetEnumerator()

コレクション内のすべてのエントリに対して反復処理するための System.Collections.IEnumerator オブジェクトを取得します。

適用対象