IVsCommandArgInfo.GetCommandArg(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna a cadeia de caracteres do argumento.
public:
int GetCommandArg([Runtime::InteropServices::Out] System::String ^ % pbstrCmdArg);
int GetCommandArg([Runtime::InteropServices::Out] std::wstring const & & pbstrCmdArg);
public int GetCommandArg (out string pbstrCmdArg);
abstract member GetCommandArg : string -> int
Public Function GetCommandArg (ByRef pbstrCmdArg As String) As Integer
Parâmetros
- pbstrCmdArg
- String
fora A cadeia de caracteres do argumento de comando.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Comentários
Assinatura COM
De VSShell. idl:
HRESULT IVsCommandArgInfo::GetCommandArg(
[out] BSTR* pbstrCmdArg
);