Freigeben über


GraphObject.PropertyKeys-Eigenschaft

Eigenschaft, die eine Enumeration aller Anmerkungsschlüssel zurückgibt. Die Reihenfolge der Enumeration ist willkürlich.

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

Syntax

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

Eigenschaftswert

Typ: IEnumerable<GraphProperty>

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

Microsoft.VisualStudio.GraphModel-Namespace