GraphObject.Properties Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Propriété qui retourne une énumération de toutes les annotations. L’ordre de l’énumération est aléatoire.
public:
property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::VisualStudio::GraphModel::GraphProperty ^, System::Object ^>> ^ Properties { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::VisualStudio::GraphModel::GraphProperty ^, System::Object ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.VisualStudio.GraphModel.GraphProperty,object>> Properties { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphObject/<get_Properties>d__5))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphObject/<get_Properties>d__5))>]
member this.Properties : seq<System.Collections.Generic.KeyValuePair<Microsoft.VisualStudio.GraphModel.GraphProperty, obj>>
Public ReadOnly Property Properties As IEnumerable(Of KeyValuePair(Of GraphProperty, Object))
Valeur de propriété
- Attributs