Partager via


GraphUpdatedEventArgs.AddedProperties, propriété

Les propriétés ajouté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 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>>
function get AddedProperties () : 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