IGraphFormattedLabel Interface

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
Public method 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.
Public method Label Provides an optional label that the consumer will use instead of the node's Label property.

Top

See Also

Reference

Microsoft.VisualStudio.GraphModel Namespace