Partager via


GraphObject.Properties, propriété

Propriété qui retourne une énumération de toutes annotations. 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 Properties As IEnumerable(Of KeyValuePair(Of GraphProperty, Object))
    Get
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>>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

Microsoft.VisualStudio.GraphModel, espace de noms