BindingsCollection.ShouldSerializeMyAll メソッド
定義
コレクションをシリアル化する必要があるかどうかを示す値を取得します。Gets a value that indicates whether the collection should be serialized.
protected public:
bool ShouldSerializeMyAll();
protected internal bool ShouldSerializeMyAll ();
member this.ShouldSerializeMyAll : unit -> bool
Protected Friend Function ShouldSerializeMyAll () As Boolean
戻り値
コレクション数が 0 を超える場合は true
。それ以外の場合は false
。true
if the collection count is greater than zero; otherwise, false
.