Udostępnij za pośrednictwem


Właściwość GraphObject.PropertyKeys —

Właściwość, która zwraca wartość wyliczenia wszystkich kluczy adnotacji.Kolejność wyliczania jest losowa.

Przestrzeń nazw:  Microsoft.VisualStudio.GraphModel
Zestaw:  Microsoft.VisualStudio.GraphModel (w Microsoft.VisualStudio.GraphModel.dll)

Składnia

'Deklaracja
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>

Wartość właściwości

Typ: IEnumerable<GraphProperty>

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

GraphObject Klasa

Przestrzeń nazw Microsoft.VisualStudio.GraphModel