Udostępnij za pośrednictwem


Metoda IVsUIWpfElement.GetFrameworkElement — (Object)

 

Zwraca interfejs element interfejsu użytkownika systemu Windows Presentation Foundation.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Składnia

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

Parametry

  • ppUnkElement
    [out] Lokalizacji, aby powrócić do interfejsu.

Wartość zwracana

Type: System.Int32

Zwraca wartość S_OK, jeśli został zwrócony element interfejsu.

Zobacz też

Interfejs IVsUIWpfElement
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku