GraphUpdatedEventArgs.RemovedProperties 属性

定义

此图中每个已更改的 GraphObject 的已删除属性。

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

属性值

IDictionary<GraphObject,ISet<GraphProperty>>

适用于