WindowPane.IVsWindowPane.GetDefaultSize(SIZE[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
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.