Método IVsWebBrowserUser.GetOptionKeyPath (UInt32, String)

 

Publicado: abril de 2016

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int GetOptionKeyPath(
    uint dwReserved,
    out string pbstrKey
)
int GetOptionKeyPath(
    unsigned int dwReserved,
    [OutAttribute] String^% pbstrKey
)
abstract GetOptionKeyPath : 
        dwReserved:uint32 *
        pbstrKey:string byref -> int
Function GetOptionKeyPath (
    dwReserved As UInteger,
    <OutAttribute> ByRef pbstrKey As String
) As Integer

Parâmetros

  • dwReserved
    [in]
  • pbstrKey
    [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::GetOptionKeyPath(
   [in] DWORD dwReserved, 
   [out] BSTR* pbstrKey
);

Consulte também

Interface IVsWebBrowserUser
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo