Metodo UIFactory.CreateUIElement (Guid%, UInt32)

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
Protected MustOverride Function CreateUIElement ( _
    ByRef factory As Guid, _
    elementId As UInteger _
) As IVsUIElement
protected abstract IVsUIElement CreateUIElement(
    ref Guid factory,
    uint elementId
)

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Shell.Interop.IVsUIElement

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UIFactory Classe

Overload CreateUIElement

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI