Partager via


GraphObject.PropertyKeys, propriété

Propriété qui retourne une énumération de toutes les clés d'annotation.L'ordre d'énumération est généré de manière aléatoire.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

Microsoft.VisualStudio.GraphModel, espace de noms