IVsUIWpfLoader.CreateUIElementOfType 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

‘선언
Function CreateUIElementOfType ( _
    pUnkElementType As Object, _
    <OutAttribute> ByRef ppUIElement As IVsUIElement _
) As Integer
‘사용 방법
Dim instance As IVsUIWpfLoader
Dim pUnkElementType As Object
Dim ppUIElement As IVsUIElement
Dim returnValue As Integer

returnValue = instance.CreateUIElementOfType(pUnkElementType, _
    ppUIElement)
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

IVsUIWpfLoader Members

Microsoft.VisualStudio.Shell.Interop Namespace