Método IVsWebPreview.Resize (Int32, Int32)
Redimensione a janela de visualização.
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] Número inteiro.O novo tamanho horizontal da janela de visualização.
- cy
[in] Número inteiro.O novo tamanho vertical da janela de visualização.
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:
HRESULT IVsWebPreview::Resize(
[in]int cx, [in]int cy
);
Consulte também
Interface IVsWebPreview
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo