共用方式為


CommandConfiguration(String) Constructor

Definition

Initializes a new instance of the CommandConfiguration class.

public CommandConfiguration (string displayName);
new Microsoft.VisualStudio.Extensibility.Commands.CommandConfiguration : string -> Microsoft.VisualStudio.Extensibility.Commands.CommandConfiguration
Public Sub New (displayName As String)

Parameters

displayName
String

The initial display name for the command.

Applies to