GraphUndoUnit.IGraphUndoData.AddedCategories Property

Definition

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

Property Value

Implements

Applies to