Condividi tramite


GraphUndoUnit.IGraphUndoData.RemovedCategories Property

Definition

property System::Collections::Generic::IDictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::List<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^> ^ Microsoft::VisualStudio::GraphModel::IGraphUndoData::RemovedCategories { 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.RemovedCategories { get; }
member this.Microsoft.VisualStudio.GraphModel.IGraphUndoData.RemovedCategories : System.Collections.Generic.IDictionary<Microsoft.VisualStudio.GraphModel.GraphObject, System.Collections.Generic.List<Microsoft.VisualStudio.GraphModel.GraphCategory>>
 ReadOnly Property RemovedCategories As IDictionary(Of GraphObject, List(Of GraphCategory)) Implements IGraphUndoData.RemovedCategories

Property Value

Implements

Applies to