GraphObject.PropertyKeys Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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)
public IEnumerable<GraphProperty> PropertyKeys { get; }
public:
property IEnumerable<GraphProperty^>^ PropertyKeys {
IEnumerable<GraphProperty^>^ get ();
}
member PropertyKeys : IEnumerable<GraphProperty> with get
function get PropertyKeys () : IEnumerable<GraphProperty>
Property Value
Type: System.Collections.Generic.IEnumerable<GraphProperty>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.