IVsProfferCommands.RenameNamedCommand(String, String, String) Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void RenameNamedCommand(System::String ^ pszCmdNameCanonical, System::String ^ pszCmdNameCanonicalNew, System::String ^ pszCmdNameLocalizedNew);
public:
 void RenameNamedCommand(Platform::String ^ pszCmdNameCanonical, Platform::String ^ pszCmdNameCanonicalNew, Platform::String ^ pszCmdNameLocalizedNew);
void RenameNamedCommand(std::wstring const & pszCmdNameCanonical, std::wstring const & pszCmdNameCanonicalNew, std::wstring const & pszCmdNameLocalizedNew);
public void RenameNamedCommand (string pszCmdNameCanonical, string pszCmdNameCanonicalNew, string pszCmdNameLocalizedNew);
abstract member RenameNamedCommand : string * string * string -> unit
Public Sub RenameNamedCommand (pszCmdNameCanonical As String, pszCmdNameCanonicalNew As String, pszCmdNameLocalizedNew As String)

Parameters

pszCmdNameCanonical
String

The current canonical name of the command.

pszCmdNameCanonicalNew
String

The new canonical name of the command.

pszCmdNameLocalizedNew
String

The localized name of the command.

Applies to