IGraphUndoData.AddedCategories Property

Definition

public:
 property System::Collections::Generic::IDictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::List<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^> ^ AddedCategories { System::Collections::Generic::IDictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::List<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.VisualStudio.GraphModel.GraphObject,System.Collections.Generic.List<Microsoft.VisualStudio.GraphModel.GraphCategory>> AddedCategories { get; }
member this.AddedCategories : System.Collections.Generic.IDictionary<Microsoft.VisualStudio.GraphModel.GraphObject, System.Collections.Generic.List<Microsoft.VisualStudio.GraphModel.GraphCategory>>
Public ReadOnly Property AddedCategories As IDictionary(Of GraphObject, List(Of GraphCategory))

Property Value

Applies to