Método IVsWebBrowserUser.GetExternalObject (Object)

 

Publicado: abril de 2016

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

Sintaxe

int GetExternalObject(
    out object ppDispObject
)
int GetExternalObject(
    [OutAttribute] Object^% ppDispObject
)
abstract GetExternalObject : 
        ppDispObject:Object byref -> int
Function GetExternalObject (
    <OutAttribute> ByRef ppDispObject As Object
) As Integer

Parâmetros

  • ppDispObject
    [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::GetExternalObject(
   [out] IDispatch** ppDispObject
);

Consulte também

Interface IVsWebBrowserUser
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo