ExtensionEvents.Events Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atribua objetos ExtensionEvent a esse dicionário.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Events { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Events { get; }
member this.Events : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Events As IDictionary(Of String, Object)