IVsCodeShareHandler.GetStdHelp(UInt32, Int32) 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.
Método na interface interna. Não use.
public:
int GetStdHelp(System::UInt32 wCmd, int lContext);
public:
int GetStdHelp(unsigned int wCmd, int lContext);
int GetStdHelp(unsigned int wCmd, int lContext);
public int GetStdHelp (uint wCmd, int lContext);
abstract member GetStdHelp : uint32 * int -> int
Public Function GetStdHelp (wCmd As UInteger, lContext As Integer) As Integer
Parâmetros
- wCmd
- UInt32
[in]
- lContext
- Int32
[in]
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 IVsCodeShareHandler::GetStdHelp(
[in] UINT wCmd,
[in] LONG lContext
);