GraphUpdatedEventArgs.AddedProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此图中每个已更改的 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))