ICommandProvider::GetTypeSpecificCommands Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a list of command IDs for the type-specific commands that support the associated custom test type that are in the specified context menu.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

array<CommandID^>^ GetTypeSpecificCommands(
	CommandID^ contextMenuId
)

Parameters

contextMenuId
Type: System.ComponentModel.Design::CommandID

The CommandID for a context menu.

Return Value

Type: array<System.ComponentModel.Design::CommandID>
A list of command IDs.

Community Additions

Show: