Compartir a través de


IVsUIWpfElement.GetFrameworkElement Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaración
Function GetFrameworkElement ( _
    <OutAttribute> ByRef ppUnkElement As Object _
) As Integer
'Uso
Dim instance As IVsUIWpfElement
Dim ppUnkElement As Object
Dim returnValue As Integer

returnValue = instance.GetFrameworkElement(ppUnkElement)
int GetFrameworkElement(
    out Object ppUnkElement
)
int GetFrameworkElement(
    [OutAttribute] Object^% ppUnkElement
)
abstract GetFrameworkElement : 
        ppUnkElement:Object byref -> int 
function GetFrameworkElement(
    ppUnkElement : Object
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIWpfElement Interface

IVsUIWpfElement Members

Microsoft.VisualStudio.Shell.Interop Namespace