IVsParseCommandLine.GetRawSwitchValue(Int32, 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 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
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
);