GraphSchema::Properties Property

 

All the GraphProperty objects that are registered with this schema.

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

public:
property GraphPropertyCollection^ Properties {
	GraphPropertyCollection^ get();
	private: void set(GraphPropertyCollection^ value);
}
Return to top
Show: