IVsUIWpfElement.CreateFrameworkElement – metoda (Object)
Vytvoří prvek uživatelského rozhraní Windows Presentation Foundation.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntaxe
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
Parametry
- ppUnkElement
[výstup] Umístění pro nový prvek rozhraní vrátit.
Vrácená hodnota
Type: System.Int32
S_OK vrátí, pokud prvek byl vytvořen.
Viz také
IVsUIWpfElement – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek