Partilhar via


Método IVsUIWpfElement.CreateFrameworkElement (Object)

 

Cria um elemento de interface do usuário do Windows Presentation Foundation.

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

Sintaxe

int CreateFrameworkElement(
    out object ppUnkElement
)
int CreateFrameworkElement(
    [OutAttribute] Object^% ppUnkElement
)
abstract CreateFrameworkElement : 
        ppUnkElement:Object byref -> int
Function CreateFrameworkElement (
    <OutAttribute> ByRef ppUnkElement As Object
) As Integer

Parâmetros

  • ppUnkElement
    [out] Local para retornar a interface para o novo elemento.

Valor de retorno

Type: System.Int32

Retorna S_OK se o elemento foi criado.

Consulte também

Interface IVsUIWpfElement
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo