GraphObject::Properties Property

 

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

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

public:
property IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ Properties {
	IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ get();
}
Return to top
Show: