WindowHelper.CreateUIElement, méthode (Guid, UInt32)
Crée un élément d'interface.
Espace de noms : Microsoft.Internal.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Shared Function CreateUIElement ( _
factory As Guid, _
elementId As UInteger _
) As IVsUIElement
public static IVsUIElement CreateUIElement(
Guid factory,
uint elementId
)
Paramètres
- factory
Type : System.Guid
GUID de la fabrique d'interface qui doit créer l'élément.
- elementId
Type : System.UInt32
L'IDENTIFICATEUR de l'élément d'interface à le créer.
Valeur de retour
Type : Microsoft.VisualStudio.Shell.Interop.IVsUIElement
L'élément d'interface.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.