IGraphUndoData.RemovedProperties Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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))