GraphUndoUnit.ScopeProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The property bag associated with this undo unit.
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)