Share via


IVsUIWpfLoader.CreateUIElementOfType Method

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

Syntax

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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIWpfLoader Interface

Microsoft.VisualStudio.Shell.Interop Namespace