Metodo UIFactory.CreateUIElement (Guid%, UInt32, IVsUIElement%)

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Function CreateUIElement ( _
    ByRef factory As Guid, _
    elementId As UInteger, _
    <OutAttribute> ByRef ppUIElement As IVsUIElement _
) As Integer
public int CreateUIElement(
    ref Guid factory,
    uint elementId,
    out IVsUIElement ppUIElement
)

Parametri

Valore restituito

Tipo: System.Int32

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UIFactory Classe

Overload CreateUIElement

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI