Compartilhar via


Método IVsUIWpfElement.GetFrameworkElement (Object)

 

Retorna uma interface para o 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 GetFrameworkElement(
    out object ppUnkElement
)
int GetFrameworkElement(
    [OutAttribute] Object^% ppUnkElement
)
abstract GetFrameworkElement : 
        ppUnkElement:Object byref -> int
Function GetFrameworkElement (
    <OutAttribute> ByRef ppUnkElement As Object
) As Integer

Parâmetros

  • ppUnkElement
    [out] Local para retornar a interface.

Valor de retorno

Type: System.Int32

Retorna S_OK se a interface do elemento foi retornado.

Consulte também

Interface IVsUIWpfElement
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo