Condividi tramite


Proprietà GraphObject.PropertyKeys

Proprietà che restituisce un'enumerazione di tutte le chiavi di annotazione.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 PropertyKeys As IEnumerable(Of GraphProperty)
public IEnumerable<GraphProperty> PropertyKeys { get; }
public:
property IEnumerable<GraphProperty^>^ PropertyKeys {
    IEnumerable<GraphProperty^>^ get ();
}
member PropertyKeys : IEnumerable<GraphProperty>
function get PropertyKeys () : IEnumerable<GraphProperty>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<GraphProperty>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphObject Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel