Método IVsWebBrowserUser.Resize (Int32, Int32)

 

Publicado: abril de 2016

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

Sintaxe

int Resize(
    int cx,
    int cy
)
int Resize(
    int cx,
    int cy
)
abstract Resize : 
        cx:int *
        cy:int -> int
Function Resize (
    cx As Integer,
    cy As Integer
) As Integer

Parâmetros

  • Cx
    [in]
  • Cy
    [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 vsbrowse.idl:

[C++]

HRESULT IVsWebBrowserUser::Resize(
   [in] int cx, 
   [in] int cy
);

Consulte também

Interface IVsWebBrowserUser
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo