Metodo WindowHelper.CreateUIElement (Guid, UInt32)

Crea un elemento dell'interfaccia utente.

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

Sintassi

'Dichiarazione
Public Shared Function CreateUIElement ( _
    factory As Guid, _
    elementId As UInteger _
) As IVsUIElement
public static IVsUIElement CreateUIElement(
    Guid factory,
    uint elementId
)

Parametri

  • factory
    Tipo: System.Guid
    Il GUID della factory dell'interfaccia utente che deve creare l'elemento.
  • elementId
    Tipo: System.UInt32
    L'ID dell'elemento dell'interfaccia utente da creare.

Valore restituito

Tipo: Microsoft.VisualStudio.Shell.Interop.IVsUIElement
L'elemento dell'interfaccia utente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WindowHelper Classe

Overload CreateUIElement

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI