GraphObject.PropertyKeys Property

Definition

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

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ PropertyKeys { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphProperty> PropertyKeys { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphObject+<get_PropertyKeys>d__7))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphObject+<get_PropertyKeys>d__7))>]
member this.PropertyKeys : seq<Microsoft.VisualStudio.GraphModel.GraphProperty>
Public ReadOnly Property PropertyKeys As IEnumerable(Of GraphProperty)

Property Value

Attributes

Applies to