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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.