Partager via


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

Valeur de retour

Type : System.Boolean
true si la relation parente peut être établie, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

WindowHelper Classe

CreateChildElement, surcharge

Microsoft.Internal.VisualStudio.PlatformUI, espace de noms