UsedCommands 元素

UsedCommands 元素组 UsedCommand 元素和其他 UsedCommands 分组。

UsedCommands 元素是可选的。 如果不调用命令定义在包外,还在 .vsct 文件不必包含本节。

<UsedCommands condition="Defined(DEBUG)">
  <UsedCommand ... />
</UsedCommands>

特性和元素

以下几节描述了特性、子元素和父元素。

特性

特性

说明

Condition

可选。 请参见 VSCT XML 架构条件特性

子元素

元素

说明

UsedCommand 元素

由其他代码实现的命令。

父元素

元素

说明

CommandTable 元素

定义 (如表示 VSPackage 提供给集成开发环境 (ide) 的命令的所有元素 (,菜单项、菜单、工具栏和组合框 (IDE))

示例

<UsedCommands>
  <UsedCommand guid="guidVSStd97" id="cmdidCut"/>
  <UsedCommand guid="guidVSStd97" id="cmdidCopy"/>
  <UsedCommand guid="guidVSStd97" id="cmdidPaste"/>
</UsedCommands>

请参见

参考

UsedCommand 元素

其他资源

Visual Studio 命令 (表。Vsct) 文件