IVsCommandArgInfo.GetCommandArg(String) Método

Definição

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

Int32

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  
);  

Aplica-se a