Share via


IHostApplicationBuilder.Properties Propriedade

Definição

Obtém um local central para compartilhar o estado entre componentes durante o processo de criação do host.

public:
 property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<object,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property Properties As IDictionary(Of Object, Object)

Valor da propriedade

Aplica-se a