IGraphFormattedLabel 接口
表示即可以为 GraphObject 扩展的接口 (不能永久存储在对象) 的标签提供选项设置的标签。
命名空间: Microsoft.VisualStudio.GraphModel
程序集: Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)
语法
声明
Public Interface IGraphFormattedLabel
public interface IGraphFormattedLabel
public interface class IGraphFormattedLabel
type IGraphFormattedLabel = interface end
public interface IGraphFormattedLabel
IGraphFormattedLabel 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Description | 提供一个有关节点的可选描述。使用者一项常见的用途是显示为弹出信息窗口。 | |
Label | 提供可选标签,客户将使用它而不是节点的标签属性。 |
页首