IGraphFormattedLabel Interface
Visual Studio 2015
Interface representing an extension that can provide optional formatted labels for a GraphObject (that is, labels that are not permanently stored with the object).
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | Description(GraphObject^, String^) | 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. |
![]() | Label(GraphObject^, String^) | Provides an optional label that the consumer will use instead of the node's Label property. |
Show:
