GraphSchema::Schemas Property

 

Returns a list of the child schemas that are contained in this schema (excluding grandchildren).

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

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