WindowPane.IVsUIElementPane.GetDefaultUIElementSize(SIZE[]) Método

Definição

Quando implementado em uma classe derivada, obtém o tamanho padrão do painel.

 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

Parâmetros

size
SIZE[]

fora O tamanho.

Retornos

Int32

Por padrão, esse método retorna E_NOTIMPL .

Implementações

Aplica-se a