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

適用対象