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)

public:
property IEnumerable<GraphProperty^>^ PropertyKeys {
	IEnumerable<GraphProperty^>^ get();
}
Return to top
Show: