Share via


PlaceholderCommand(String) Constructor

Definition

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.

Applies to