GraphUpdatedEventArgs.AddedProperties 属性

定义

此图中每个已更改的 GraphObject 的已添加属性。

public:
 property System::Collections::Generic::IDictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::ISet<Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^> ^ AddedProperties { 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>> AddedProperties { get; }
member this.AddedProperties : System.Collections.Generic.IDictionary<Microsoft.VisualStudio.GraphModel.GraphObject, System.Collections.Generic.ISet<Microsoft.VisualStudio.GraphModel.GraphProperty>>
Public ReadOnly Property AddedProperties As IDictionary(Of GraphObject, ISet(Of GraphProperty))

属性值

IDictionary<GraphObject,ISet<GraphProperty>>

适用于