WindowPane.IVsUIElementPane.GetDefaultUIElementSize(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.
When implemented in a derived class, gets the default size of the pane.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.GetDefaultUIElementSize(cli::array <Microsoft::VisualStudio::OLE::Interop::SIZE> ^ size) = Microsoft::VisualStudio::Shell::Interop::IVsUIElementPane::GetDefaultUIElementSize;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.GetDefaultUIElementSize(Platform::Array <Microsoft::VisualStudio::OLE::Interop::SIZE> ^ size) = Microsoft::VisualStudio::Shell::Interop::IVsUIElementPane::GetDefaultUIElementSize;
int Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.GetDefaultUIElementSize(std::Array <Microsoft::VisualStudio::OLE::Interop::SIZE> const & size);
int IVsUIElementPane.GetDefaultUIElementSize (Microsoft.VisualStudio.OLE.Interop.SIZE[] size);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.GetDefaultUIElementSize : Microsoft.VisualStudio.OLE.Interop.SIZE[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.GetDefaultUIElementSize : Microsoft.VisualStudio.OLE.Interop.SIZE[] -> int
Function GetDefaultUIElementSize (size As SIZE()) As Integer Implements IVsUIElementPane.GetDefaultUIElementSize
Parameters
- size
- SIZE[]
[out] The size.
Returns
By default this method returns E_NOTIMPL.