ExpressionBindingCollection.RemovedBindings 屬性
定義
取得字串集合,這些字串表示已移除之繫結的名稱。Gets a collection of strings representing the names of bindings that have been removed.
此 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,包含已移除之繫結的名稱。An ICollection containing the names of bindings that have been removed.