Share via


IVsUIWpfLoader.CreateUIElement Method

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

Syntax

'Declaration
Function CreateUIElement ( _
    elementFQN As String, _
    codeBase As String, _
    <OutAttribute> ByRef ppUIElement As IVsUIElement _
) As Integer
int CreateUIElement(
    string elementFQN,
    string codeBase,
    out IVsUIElement ppUIElement
)
int CreateUIElement(
    [InAttribute] String^ elementFQN, 
    [InAttribute] String^ codeBase, 
    [OutAttribute] IVsUIElement^% ppUIElement
)
abstract CreateUIElement : 
        elementFQN:string * 
        codeBase:string * 
        ppUIElement:IVsUIElement byref -> int 
function CreateUIElement(
    elementFQN : String, 
    codeBase : String, 
    ppUIElement : IVsUIElement
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIWpfLoader Interface

Microsoft.VisualStudio.Shell.Interop Namespace