RootBuilder.BuiltObjects Propriedade
Definição
Obtém uma coleção dos objetos a serem mantidos que foram criados pelo construtor raiz.Gets a collection of the objects to persist that were built by the root 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
Um Hashtable objeto que contém os objetos que foram criados pelo Construtor raiz.A Hashtable object that contains the objects that were built by the root builder.