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

제거된 바인딩의 이름이 들어 있는 ICollection입니다.

적용 대상