DataBindingCollection.RemovedBindings 속성

정의

컬렉션에서 제거된 DataBinding 개체의 이름으로 이루어진 배열을 가져옵니다.

public:
 property cli::array <System::String ^> ^ RemovedBindings { cli::array <System::String ^> ^ get(); };
public string[] RemovedBindings { get; }
member this.RemovedBindings : string[]
Public ReadOnly Property RemovedBindings As String()

속성 값

String[]

컬렉션에서 제거된 DataBinding 개체의 이름으로 이루어진 배열입니다.

적용 대상