Condividi tramite


Proprietà GraphObject.Properties

Proprietà che restituisce un'enumerazione di tutte le annotazioni.L'ordine dell'enumerazione è casuale.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Properties As IEnumerable(Of KeyValuePair(Of GraphProperty, Object))
public IEnumerable<KeyValuePair<GraphProperty, Object>> Properties { get; }
public:
property IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ Properties {
    IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ get ();
}
member Properties : IEnumerable<KeyValuePair<GraphProperty, Object>>
function get Properties () : IEnumerable<KeyValuePair<GraphProperty, Object>>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<KeyValuePair<GraphProperty, Object>>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphObject Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel