Condividi tramite


Proprietà GraphUpdatedEventArgs.AddedProperties

Le proprietà aggiunte per ogni GraphObject modificato in questo grafico.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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>>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphUpdatedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel