GraphUpdatedEventArgs.ScopeProperties 属性

定义

与此事件集相关联的属性包。

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)

属性值

Dictionary<Object,Object>

适用于