IGraphFormattedLabel Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Interface representing an extension that can provide optional formatted labels for a GraphObject (that is, labels that are not permanently stored with the object).
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Interface IGraphFormattedLabel
public interface IGraphFormattedLabel
public interface class IGraphFormattedLabel
type IGraphFormattedLabel = interface end
public interface IGraphFormattedLabel
The IGraphFormattedLabel type exposes the following members.
Methods
Name | Description | |
---|---|---|
Description | 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 | Provides an optional label that the consumer will use instead of the node's Label property. |
Top