Compartilhar via


Método IVsUIFactory.CreateUIElement (Guid, UInt32, IVsUIElement)

 

Cria uma instância do elemento especificado.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int CreateUIElement(
    [InAttribute] ref Guid guid,
    uint dw,
    out IVsUIElement ppUIElement
)
int CreateUIElement(
    [InAttribute] Guid% guid,
    unsigned int dw,
    [OutAttribute] IVsUIElement^% ppUIElement
)
abstract CreateUIElement : 
        guid:Guid byref *
        dw:uint32 *
        ppUIElement:IVsUIElement byref -> int
Function CreateUIElement (
    <InAttribute> ByRef guid As Guid,
    dw As UInteger,
    <OutAttribute> ByRef ppUIElement As IVsUIElement
) As Integer

Parâmetros

  • guid
    O GUID do comando.
  • dw
    A ID de comando.
  • ppUIElement
    [out] O elemento que foi 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.

Consulte também

Interface IVsUIFactory
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo