Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Publicado: abril de 2016
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetCmdUIGuid(
out Guid pguidCmdUI
)
int GetCmdUIGuid(
[OutAttribute] Guid% pguidCmdUI
)
abstract GetCmdUIGuid :
pguidCmdUI:Guid byref -> int
Function GetCmdUIGuid (
<OutAttribute> ByRef pguidCmdUI As Guid
) As Integer
Parâmetros
- pguidCmdUI
[out]
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 vsbrowse.idl:
[C++]
HRESULT IVsWebBrowserUser::GetCmdUIGuid(
[out] GUID* pguidCmdUI
);
Consulte também
Interface IVsWebBrowserUser
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo