ObjectPersistData.BuiltObjects Propriedade

Definição

Obtém uma coleção de objetos que foram criados pelo construtor de controle.Gets a collection of the objects that have been built by the control builder.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 property System::Collections::IDictionary ^ BuiltObjects { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary BuiltObjects { get; }
member this.BuiltObjects : System.Collections.IDictionary
Public ReadOnly Property BuiltObjects As IDictionary

Valor da propriedade

IDictionary

Um IDictionary que contém os itens que foram criados pelo construtor de controle.An IDictionary containing the items that have been built by the control builder.

Aplica-se a