共用方式為


GraphUndoUnit.IGraphUndoData.RemovedProperties Property

Definition

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

Property Value

Implements

Applies to