次の方法で共有


WindowCollection.Count プロパティ

定義

コレクションに含まれるオブジェクトの 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 で開いたフォームで実行されるコードからのみアクセスできます。

適用対象