GraphDataObject::IsDgml Method (String^)
Visual Studio 2015
Determines if the given xml starts with DirectedGraph
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- markup
-
Type:
System::String^
The xml to examine
Return Value
Type: System::BooleanTrue if DirectedGraph is the first element in the xml, false otherwise
All exceptions are caught and false returned if there are any errors trying to determine whether the xml is dgml
Show: