Metodo WindowHelper.CreateChildElement (IVsUIElement, FrameworkElement, FrameworkElement%)
Crea e imposta l'elemento specificato come figlio dell'elemento padre specificato.
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 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
)
Parametri
- element
Tipo: Microsoft.VisualStudio.Shell.Interop.IVsUIElement
L'elemento da creare e visualizzare
- parent
Tipo: System.Windows.FrameworkElement
L'elemento framework da utilizzare come padre
- frameworkElement
Tipo: System.Windows.FrameworkElement%
Restituisce l'elemento figlio creato il framework
Valore restituito
Tipo: System.Boolean
true se la relazione padre può essere stabilita in caso contrario, false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.