Condividi tramite


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.

Valore restituito

Tipo: System.Boolean
true se la relazione padre può essere stabilita in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WindowHelper Classe

Overload CreateChildElement

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI