PlaceholderCommand(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PlaceholderCommand class.
public PlaceholderCommand (string? id = default);
new Microsoft.VisualStudio.Extensibility.Commands.PlaceholderCommand : string -> Microsoft.VisualStudio.Extensibility.Commands.PlaceholderCommand
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
The unique ID of the command or null
to use the full name of the command class.