Método IVsCodeShareHandler.GetStdHelp (UInt32, Int32)
Publicado: abril de 2016
Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código.
Método na interface interna.Não use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetStdHelp(
uint wCmd,
int lContext
)
int GetStdHelp(
unsigned int wCmd,
int lContext
)
abstract GetStdHelp :
wCmd:uint32 *
lContext:int -> int
Function GetStdHelp (
wCmd As UInteger,
lContext As Integer
) As Integer
Parâmetros
- wCmd
[in]
- lContext
[in]
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsCodeShareHandler::GetStdHelp(
[in] UINT wCmd,
[in] LONG lContext
);
Consulte também
Interface IVsCodeShareHandler
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo