Método IVsWindowPane.GetDefaultSize (SIZE )
Retorna o tamanho padrão de um painel de janela determinado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetDefaultSize(
SIZE[] pSize
)
int GetDefaultSize(
array<SIZE>^ pSize
)
abstract GetDefaultSize :
pSize:SIZE[] -> int
Function GetDefaultSize (
pSize As SIZE()
) As Integer
Parâmetros
- pSize
[out] Ponteiro para o tamanho do painel de um determinada janela.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsWindowPane::GetDefaultSize(
[out] SIZE *psize
);
Consulte também
Interface IVsWindowPane
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo