GraphUpdatedEventArgs.ScopeProperties 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.
O recipiente de propriedades associado a esse conjunto de eventos.
public:
property System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ ScopeProperties { System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<object,object> ScopeProperties { get; }
member this.ScopeProperties : System.Collections.Generic.Dictionary<obj, obj>
Public ReadOnly Property ScopeProperties As Dictionary(Of Object, Object)