IGraphFormattedLabel::Description Method (GraphObject^, String^)
Visual Studio 2015
Provides an optional description to associate with the node. A common use for the consumer is to display this as a pop-up information window.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- graphObject
-
Type:
Microsoft.VisualStudio.GraphModel::GraphObject^
The graph object to provide an information window for.
- graphCommandDefinitionIdentifier
-
Type:
System::String^
The command identifier associated with the node being displayed. This can be used to customize the label for a node when viewed in different views.
Show: