GraphUndoUnit::ScopeProperties Property
Visual Studio 2015
The property bag associated with this undo unit.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property Dictionary<Object^, Object^>^ ScopeProperties { Dictionary<Object^, Object^>^ get(); }
Property Value
Type: System.Collections.Generic::Dictionary<Object^, Object^>^Returns Dictionary<TKey, TValue>.
Show: