IVsCodeShareHandler.GetStdHelp(UInt32, Int32) Método

Definição

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

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 IVsCodeShareHandler::GetStdHelp(  
   [in] UINT wCmd,   
   [in] LONG lContext  
);  

Aplica-se a