Graph::AllSchemas Property

 

Returns a list of all unique known schemas.

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

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