Graph::Parse Method (String^, array<GraphSchema^>^)
Visual Studio 2015
Loads a new Graph object from the given in-memory string that contains DGML markup.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- dgml
-
Type:
System::String^
The DGML text to load.
- schemas
-
Type:
array<Microsoft.VisualStudio.GraphModel::GraphSchema^>^
The schemas.
Show: