Partager via


GraphUpdatedEventArgs.RemovedProperties, propriété

Les propriétés supprimées pour chaque GraphObject modifié dans ce graphique.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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>>
function get RemovedProperties () : IDictionary<GraphObject, ISet<GraphProperty>>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<GraphObject, ISet<GraphProperty>>

Sécurité .NET Framework

Voir aussi

Référence

GraphUpdatedEventArgs Classe

Microsoft.VisualStudio.GraphModel, espace de noms