GraphObject::PropertyValues Property

 

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

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

public:
property IEnumerable<Object^>^ PropertyValues {
	virtual IEnumerable<Object^>^ get();
}
Return to top
Show: