UIFactoryHelper.CreateElementAndDataSource Method (FactoryElementIDBundle)

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

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Shared Function CreateElementAndDataSource ( _
    bundle As FactoryElementIDBundle _
) As FrameworkElement
public static FrameworkElement CreateElementAndDataSource(
    FactoryElementIDBundle bundle
)
public:
static FrameworkElement^ CreateElementAndDataSource(
    FactoryElementIDBundle bundle
)
static member CreateElementAndDataSource : 
        bundle:FactoryElementIDBundle -> FrameworkElement
public static function CreateElementAndDataSource(
    bundle : FactoryElementIDBundle
) : FrameworkElement

Parameters

Return Value

Type: System.Windows.FrameworkElement

.NET Framework Security

See Also

Reference

UIFactoryHelper Class

CreateElementAndDataSource Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace