ExpressionBindingCollection.RemovedBindings Propriedade
Definição
Obtém uma coleção de cadeias de caracteres que representa os nomes de associações que foram removidos.Gets a collection of strings representing the names of bindings that have been removed.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
Valor da propriedade
Um ICollection que contém os nomes das associações que foram removidas.An ICollection containing the names of bindings that have been removed.