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 이름 배열입니다.

적용 대상