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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.