IVsRegisterUIFactories.CreateUIElement Method

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

Syntax

‘선언
Function CreateUIElement ( _
    ByRef guid As Guid, _
    dw As UInteger, _
    <OutAttribute> ByRef ppUIElement As IVsUIElement _
) As Integer
‘사용 방법
Dim instance As IVsRegisterUIFactories
Dim guid As Guid
Dim dw As UInteger
Dim ppUIElement As IVsUIElement
Dim returnValue As Integer

returnValue = instance.CreateUIElement(guid, _
    dw, ppUIElement)
int CreateUIElement(
    ref Guid guid,
    uint dw,
    out IVsUIElement ppUIElement
)
int CreateUIElement(
    [InAttribute] Guid% guid, 
    [InAttribute] unsigned int dw, 
    [OutAttribute] IVsUIElement^% ppUIElement
)
abstract CreateUIElement : 
        guid:Guid byref * 
        dw:uint32 * 
        ppUIElement:IVsUIElement byref -> int 
function CreateUIElement(
    guid : Guid, 
    dw : uint, 
    ppUIElement : IVsUIElement
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsUIFactory.CreateUIElement(Guid%, UInt32, IVsUIElement%)

.NET Framework Security

See Also

Reference

IVsRegisterUIFactories Interface

IVsRegisterUIFactories Members

Microsoft.VisualStudio.Shell.Interop Namespace