Freigeben über


GraphUpdatedEventArgs.RemovedProperties-Eigenschaft

Die entfernten 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 RemovedProperties As IDictionary(Of GraphObject, ISet(Of GraphProperty))
public IDictionary<GraphObject, ISet<GraphProperty>> RemovedProperties { get; }
public:
property IDictionary<GraphObject^, ISet<GraphProperty^>^>^ RemovedProperties {
    IDictionary<GraphObject^, ISet<GraphProperty^>^>^ get ();
}
member RemovedProperties : IDictionary<GraphObject, ISet<GraphProperty>> with get
function get RemovedProperties () : IDictionary<GraphObject, ISet<GraphProperty>>

Eigenschaftswert

Typ: IDictionary<GraphObject, ISet<GraphProperty>>

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUpdatedEventArgs Klasse

Microsoft.VisualStudio.GraphModel-Namespace