GraphObject.Properties Propriété

Définition

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é

IEnumerable<KeyValuePair<GraphProperty,Object>>
Attributs

S’applique à