WindowHelper.CreateChildElement, méthode (IVsUIElement, FrameworkElement, FrameworkElement%)
Crée et définit l'élément spécifié en tant qu'enfant du parent spécifié.
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 CreateChildElement ( _
element As IVsUIElement, _
parent As FrameworkElement, _
<OutAttribute> ByRef frameworkElement As FrameworkElement _
) As Boolean
public static bool CreateChildElement(
IVsUIElement element,
FrameworkElement parent,
out FrameworkElement frameworkElement
)
Paramètres
- element
Type : Microsoft.VisualStudio.Shell.Interop.IVsUIElement
L'élément à créer et être affiché
- parent
Type : System.Windows.FrameworkElement
L'élément d'infrastructure à utiliser comme parent
- frameworkElement
Type : System.Windows.FrameworkElement%
Retourne l'élément enfant créé d'infrastructure
Valeur de retour
Type : System.Boolean
true si la relation parente peut être établie, sinon false.
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.