DataBindingCollection.RemovedBindings Propriedade

Definição

Obtém uma matriz de nomes de objetos DataBinding removidos da coleção.Gets an array of the names of the DataBinding objects removed from the collection.

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()

Valor da propriedade

String[]

A matriz de nomes dos DataBinding objetos removidos da coleção.The array of names of the DataBinding objects removed from the collection.

Aplica-se a