Método IVsUIElementPane.CreateUIElementPane (Object)
Cria o painel.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int CreateUIElementPane(
out object punkUIElement
)
int CreateUIElementPane(
[OutAttribute] Object^% punkUIElement
)
abstract CreateUIElementPane :
punkUIElement:Object byref -> int
Function CreateUIElementPane (
<OutAttribute> ByRef punkUIElement As Object
) As Integer
Parâmetros
- punkUIElement
[out] O elemento criado.
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
O ambiente chama este método para solicitar o conteúdo do quadro.Isso pode ser qualquer um dos seguintes:
O confinamento apropriado é gerado, dependendo da implementação.
Consulte também
Interface IVsUIElementPane
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo