CommandMetadata 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CommandMetadata(IReadOnlyDictionary<String,String>)
初始化 CommandMetadata 类的新实例。
public CommandMetadata (System.Collections.Generic.IReadOnlyDictionary<string,string?> properties);
new Microsoft.VisualStudio.RpcContracts.Commands.CommandMetadata : System.Collections.Generic.IReadOnlyDictionary<string, string> -> Microsoft.VisualStudio.RpcContracts.Commands.CommandMetadata
Public Sub New (properties As IReadOnlyDictionary(Of String, String))
参数
- properties
- IReadOnlyDictionary<String,String>
用于初始化此类型的所有必需成员的完整属性集。
适用于
CommandMetadata(String, String)
初始化 CommandMetadata 类的新实例。
public CommandMetadata (string id, string displayName);
new Microsoft.VisualStudio.RpcContracts.Commands.CommandMetadata : string * string -> Microsoft.VisualStudio.RpcContracts.Commands.CommandMetadata
Public Sub New (id As String, displayName As String)
参数
- id
- String
正在定义的命令的 ID。 在给定的 CommandSet 中必须是唯一的。
- displayName
- String
命令的显示名称。
适用于
CommandMetadata(String, String, String, Nullable<CommandFlags>, String, UInt32)
初始化 CommandMetadata 类的新实例。
public CommandMetadata (string id, string displayName, string? tooltipText, Microsoft.VisualStudio.RpcContracts.Commands.CommandFlags? flags, string? iconName, uint relativeSortOrder);
new Microsoft.VisualStudio.RpcContracts.Commands.CommandMetadata : string * string * string * Nullable<Microsoft.VisualStudio.RpcContracts.Commands.CommandFlags> * string * uint32 -> Microsoft.VisualStudio.RpcContracts.Commands.CommandMetadata
Public Sub New (id As String, displayName As String, tooltipText As String, flags As Nullable(Of CommandFlags), iconName As String, relativeSortOrder As UInteger)
参数
- id
- String
正在定义的命令的 ID。 在给定的 CommandSet 中必须是唯一的。
- displayName
- String
命令的显示名称。
- tooltipText
- String
命令的工具提示文本。
- flags
- Nullable<CommandFlags>
与 命令关联的标志。
- iconName
- String
要显示在命令上的图标的名称。
- relativeSortOrder
- UInt32
用于确定命令在给定 DynamicCommandAnchor 中的特定位置。