ToggleCommand Constructors
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.
Overloads
ToggleCommand() |
Initializes a new instance of the ToggleCommand class. |
ToggleCommand(VisualStudioExtensibility) |
Initializes a new instance of the ToggleCommand class. |
ToggleCommand()
Initializes a new instance of the ToggleCommand class.
public ToggleCommand ();
Public Sub New ()
Applies to
ToggleCommand(VisualStudioExtensibility)
Initializes a new instance of the ToggleCommand class.
public ToggleCommand (Microsoft.VisualStudio.Extensibility.VisualStudioExtensibility extensibility);
new Microsoft.VisualStudio.Extensibility.Commands.ToggleCommand : Microsoft.VisualStudio.Extensibility.VisualStudioExtensibility -> Microsoft.VisualStudio.Extensibility.Commands.ToggleCommand
Public Sub New (extensibility As VisualStudioExtensibility)
Parameters
- extensibility
- VisualStudioExtensibility
Extensibility point to be used for command execution.