Metodo WindowHelper.CreateChildElement (Guid, UInt32, IVsUISimpleDataSource, FrameworkElement, FrameworkElement%)
Crea e imposta l'elemento come elemento figlio del 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 ( _
factory As Guid, _
elementId As UInteger, _
dataSource As IVsUISimpleDataSource, _
parent As FrameworkElement, _
<OutAttribute> ByRef frameworkElement As FrameworkElement _
) As Boolean
public static bool CreateChildElement(
Guid factory,
uint elementId,
IVsUISimpleDataSource dataSource,
FrameworkElement parent,
out FrameworkElement frameworkElement
)
Parametri
- factory
Tipo: System.Guid
Il GUID della factory dell'interfaccia utente che se l'elemento dell'interfaccia utente.
- elementId
Tipo: System.UInt32
L'ID dell'elemento dell'interfaccia utente da creare e visualizzare.
- dataSource
Tipo: Microsoft.VisualStudio.Shell.Interop.IVsUISimpleDataSource
l'origine dati.
- parent
Tipo: System.Windows.FrameworkElement
L'elemento framework da utilizzare come padre.
- frameworkElement
Tipo: System.Windows.FrameworkElement%
[out] 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.