Freigeben über


GraphUpdatedEventArgs.AddedProperties-Eigenschaft

Die hinzugefügten Eigenschaften für jedes geänderte GraphObject in diesem Diagramm.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property AddedProperties As IDictionary(Of GraphObject, ISet(Of GraphProperty))
public IDictionary<GraphObject, ISet<GraphProperty>> AddedProperties { get; }
public:
property IDictionary<GraphObject^, ISet<GraphProperty^>^>^ AddedProperties {
    IDictionary<GraphObject^, ISet<GraphProperty^>^>^ get ();
}
member AddedProperties : IDictionary<GraphObject, ISet<GraphProperty>> with get
function get AddedProperties () : IDictionary<GraphObject, ISet<GraphProperty>>

Eigenschaftswert

Typ: IDictionary<GraphObject, ISet<GraphProperty>>

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUpdatedEventArgs Klasse

Microsoft.VisualStudio.GraphModel-Namespace