GraphUpdatedEventArgs.ScopeProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与此事件集相关联的属性包。
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)