GraphSchema Constructor (String^)

 

Constructs a new global GraphSchema object that has no owner. These are usually static instances.

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

public:
GraphSchema(
	String^ name
)

Parameters

name
Type: System::String^

The programmatic name of the schema

Return to top
Show: