WindowPane.IVsUIElementPane.GetDefaultUIElementSize(SIZE[]) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Por padrão, esse método retorna E_NOTIMPL .