Sdílet prostřednictvím


IVsUIWpfLoader.CreateUIElementOfType – metoda (Object, IVsUIElement)

 

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntaxe

int CreateUIElementOfType(
    object pUnkElementType,
    out IVsUIElement ppUIElement
)
int CreateUIElementOfType(
    Object^ pUnkElementType,
    [OutAttribute] IVsUIElement^% ppUIElement
)
abstract CreateUIElementOfType : 
        pUnkElementType:Object *
        ppUIElement:IVsUIElement byref -> int
Function CreateUIElementOfType (
    pUnkElementType As Object,
    <OutAttribute> ByRef ppUIElement As IVsUIElement
) As Integer

Parametry

  • pUnkElementType
  • ppUIElement

Vrácená hodnota

Type: System.Int32

Příklady

Viz také

IVsUIWpfLoader – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek