IVsUIWpfHostPrivate.CreateWPFUIElementContainer Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Function CreateWPFUIElementContainer ( _
    szWindowType As String, _
    hWndParent As IntPtr, _
    pElement As IVsUIElement, _
    pDataSource As IVsUIDataSource, _
    pSite As Object, _
    <OutAttribute> ByRef ppElementContainer As IVsUIWPFElementContainerPrivate _
) As Integer
int CreateWPFUIElementContainer(
    string szWindowType,
    IntPtr hWndParent,
    IVsUIElement pElement,
    IVsUIDataSource pDataSource,
    Object pSite,
    out IVsUIWPFElementContainerPrivate ppElementContainer
)
int CreateWPFUIElementContainer(
    [InAttribute] String^ szWindowType, 
    [InAttribute] IntPtr hWndParent, 
    [InAttribute] IVsUIElement^ pElement, 
    [InAttribute] IVsUIDataSource^ pDataSource, 
    [InAttribute] Object^ pSite, 
    [OutAttribute] IVsUIWPFElementContainerPrivate^% ppElementContainer
)
abstract CreateWPFUIElementContainer : 
        szWindowType:string * 
        hWndParent:IntPtr * 
        pElement:IVsUIElement * 
        pDataSource:IVsUIDataSource * 
        pSite:Object * 
        ppElementContainer:IVsUIWPFElementContainerPrivate byref -> int
function CreateWPFUIElementContainer(
    szWindowType : String, 
    hWndParent : IntPtr, 
    pElement : IVsUIElement, 
    pDataSource : IVsUIDataSource, 
    pSite : Object, 
    ppElementContainer : IVsUIWPFElementContainerPrivate
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIWpfHostPrivate Interface

Microsoft.Internal.VisualStudio.Shell.Interop Namespace