GraphObject.PropertyKeys Property

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

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyKeys As IEnumerable(Of GraphProperty)
    Get
public IEnumerable<GraphProperty> PropertyKeys { get; }
public:
property IEnumerable<GraphProperty^>^ PropertyKeys {
    IEnumerable<GraphProperty^>^ get ();
}
member PropertyKeys : IEnumerable<GraphProperty>
function get PropertyKeys () : IEnumerable<GraphProperty>

Property Value

Type: System.Collections.Generic.IEnumerable<GraphProperty>

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace