WindowCollection.Count プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションに含まれるオブジェクトの Window 数を WindowCollection 取得します。
public:
abstract property int Count { int get(); };
public abstract int Count { get; }
member this.Count : int
Public MustOverride ReadOnly Property Count As Integer
プロパティ値
コレクションに含まれるオブジェクトのWindowWindowCollection数。
例
次の例は、変数を WindowCollection コレクション内のウィンドウの数に設定します。
int windowCount = this.Application.Windows.Count;
Dim windowCount As Integer = Me.Application.Windows.Count
注釈
このメンバは、制約なしでアクセスできます。
この型またはメンバーには、Microsoft InfoPath Filler で開いたフォームで実行されるコードからのみアクセスできます。