IVsWebPreview::Resize Method (Int32, Int32)
Visual Studio 2015
Resize the preview window.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- cx
-
Type:
System::Int32
[in] Integer. The new horizontal length of the preview window.
- cy
-
Type:
System::Int32
[in] Integer. The new vertical length of the preview window.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsbrowse.idl:
HRESULT IVsWebPreview::Resize( [in]int cx, [in]int cy );
Show: