GraphObject.PropertyKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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