UIFactoryHelper.CreateElementAndDataSource Method (FactoryElementID, FactoryElementID)

[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 ( _
    uiElementID As FactoryElementID, _
    dataSourceID As FactoryElementID _
) As FrameworkElement
public static FrameworkElement CreateElementAndDataSource(
    FactoryElementID uiElementID,
    FactoryElementID dataSourceID
)
public:
static FrameworkElement^ CreateElementAndDataSource(
    FactoryElementID uiElementID, 
    FactoryElementID dataSourceID
)
static member CreateElementAndDataSource : 
        uiElementID:FactoryElementID * 
        dataSourceID:FactoryElementID -> FrameworkElement
public static function CreateElementAndDataSource(
    uiElementID : FactoryElementID, 
    dataSourceID : FactoryElementID
) : FrameworkElement

Parameters

Return Value

Type: System.Windows.FrameworkElement

.NET Framework Security

See Also

Reference

UIFactoryHelper Class

CreateElementAndDataSource Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace