GraphObject.Properties Property

Definition

Property that returns an enumeration of all annotations. The order of the enumeration is random.

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))

Property Value

Attributes

Applies to