IVsParseCommandLine.GetRawSwitchValue(Int32, String) Método

Definição

Retorna o valor bruto e não analisado da alternância por índice.

public:
 int GetRawSwitchValue(int iIndex, [Runtime::InteropServices::Out] System::String ^ % pbstrRawSwitchValue);
int GetRawSwitchValue(int iIndex, [Runtime::InteropServices::Out] std::wstring const & & pbstrRawSwitchValue);
public int GetRawSwitchValue (int iIndex, out string pbstrRawSwitchValue);
abstract member GetRawSwitchValue : int * string -> int
Public Function GetRawSwitchValue (iIndex As Integer, ByRef pbstrRawSwitchValue As String) As Integer

Parâmetros

iIndex
Int32

no Índice do valor de comutador a ser retornado.

pbstrRawSwitchValue
String

fora Ponteiro para uma cadeia de caracteres que contém o valor da opção.

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 IVsParseCommandLine::GetRawSwitchValue(  
   [in] int iIndex,   
   [out, retval] BSTR* pbstrRawSwitchValue  
);  

Aplica-se a