IVsProfferCommands2.RenameNamedCommand(String, String, String) Method
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.
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
- pszCmdNameCanonicalNew
- String
- pszCmdNameLocalizedNew
- String