BindingsCollection.Count プロパティ
定義
コレクション内のバインディングの合計数を取得します。Gets the total number of bindings in the collection.
public:
virtual property int Count { int get(); };
public override int Count { get; }
member this.Count : int
Public Overrides ReadOnly Property Count As Integer
プロパティ値
コレクション内のバインディングの合計数。The total number of bindings in the collection.