WindowPane.IVsWindowPane.GetDefaultSize(SIZE[]) Method

Definition

Caution

The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane

Gets the default size of the window pane. Obsolete.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.GetDefaultSize(cli::array <Microsoft::VisualStudio::OLE::Interop::SIZE> ^ pSize) = Microsoft::VisualStudio::Shell::Interop::IVsWindowPane::GetDefaultSize;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.GetDefaultSize(Platform::Array <Microsoft::VisualStudio::OLE::Interop::SIZE> ^ pSize) = Microsoft::VisualStudio::Shell::Interop::IVsWindowPane::GetDefaultSize;
int Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.GetDefaultSize(std::Array <Microsoft::VisualStudio::OLE::Interop::SIZE> const & pSize);
[System.Obsolete("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.GetDefaultSize (Microsoft.VisualStudio.OLE.Interop.SIZE[] pSize);
[<System.Obsolete("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.GetDefaultSize : Microsoft.VisualStudio.OLE.Interop.SIZE[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.GetDefaultSize : Microsoft.VisualStudio.OLE.Interop.SIZE[] -> int
Function GetDefaultSize (pSize As SIZE()) As Integer Implements IVsWindowPane.GetDefaultSize

Parameters

pSize
SIZE[]

An array of SIZE structures.

Returns

E_NOTIMPL.

Implements

Attributes

Remarks

The <xref:Microsoft.VisualStudio.Shell.Interop.>IVsWindowPane.GetDefaultSize interface on this class is obsolete. Please use <xref:Microsoft.VisualStudio.Shell.Interop.>IVsWindowPane.GetDefaultSize instead.

Applies to