Propriedade GraphObject.PropertyKeys

Propriedade que retorna uma enumeração de todas as chaves de anotação. A ordem da enumeração é aleatória.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
Public ReadOnly Property PropertyKeys As IEnumerable(Of GraphProperty)
    Get
public IEnumerable<GraphProperty> PropertyKeys { get; }
public:
property IEnumerable<GraphProperty^>^ PropertyKeys {
    IEnumerable<GraphProperty^>^ get ();
}
member PropertyKeys : IEnumerable<GraphProperty>
function get PropertyKeys () : IEnumerable<GraphProperty>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

GraphObject Classe

Namespace Microsoft.VisualStudio.GraphModel