Compartir a través de


GraphObject.PropertyKeys (Propiedad)

Propiedad que devuelve una enumeración de todas las claves de anotación.El orden de la enumeración es aleatorio.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

GraphObject Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)