TipElement 类

定义

建议的提示栏中显示的按钮的说明。

public class TipElement
type TipElement = class
Public Class TipElement
继承
TipElement

构造函数

TipElement(Object, String, Guid, UInt32, Object, Object)

建议的提示栏中显示的按钮的说明。

字段

CommandArg

执行命令时传递给 VS 的 VS 命令参数。

CommandGuid

当用户单击 tip 元素时,将执行 由 CommandGuidCommandId 定义的 VS 命令。

CommandId

当用户单击 tip 元素时,将执行 由 CommandGuidCommandId 定义的 VS 命令。

Content

彩色按钮中显示的内容。 这可以是字符串、 ImageId、 或 null。 如果为 null,将显示与 的CommandGuidCommandId键绑定相对应的字符串。

Label

显示在彩色按钮右侧的可选文本标签。

ToolTip

当用户将鼠标悬停在 tip 元素上时显示的工具提示。

适用于