GraphObject::AsNode Method ()
Visual Studio 2015
Converts the GraphObject to a GraphNode. If this is a GraphGroup, the inner node is returned.
For types other than GraphNode/Group, null is returned.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNode^
Show: