ExpressionBindingCollection.RemovedBindings プロパティ

定義

削除されたバインディングの名前を表す文字列のコレクションを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::Collections::ICollection ^ RemovedBindings { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection RemovedBindings { get; }
member this.RemovedBindings : System.Collections.ICollection
Public ReadOnly Property RemovedBindings As ICollection

プロパティ値

削除されたバインディングの名前を含む ICollection

適用対象