IGraphUndoData.RemovedProperties Property

Definition

public:
 property System::Collections::Generic::IDictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::Dictionary<Microsoft::VisualStudio::GraphModel::GraphProperty ^, System::Object ^> ^> ^ RemovedProperties { System::Collections::Generic::IDictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::Dictionary<Microsoft::VisualStudio::GraphModel::GraphProperty ^, System::Object ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.VisualStudio.GraphModel.GraphObject,System.Collections.Generic.Dictionary<Microsoft.VisualStudio.GraphModel.GraphProperty,object>> RemovedProperties { get; }
member this.RemovedProperties : System.Collections.Generic.IDictionary<Microsoft.VisualStudio.GraphModel.GraphObject, System.Collections.Generic.Dictionary<Microsoft.VisualStudio.GraphModel.GraphProperty, obj>>
Public ReadOnly Property RemovedProperties As IDictionary(Of GraphObject, Dictionary(Of GraphProperty, Object))

Property Value

Applies to