WpfUIFactoryElement Constructor (FactoryElementID, Type)

[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 Sub New ( _
    elementId As FactoryElementID, _
    elementType As Type _
)
public WpfUIFactoryElement(
    FactoryElementID elementId,
    Type elementType
)
public:
WpfUIFactoryElement(
    FactoryElementID elementId, 
    Type^ elementType
)
new : 
        elementId:FactoryElementID * 
        elementType:Type -> WpfUIFactoryElement
public function WpfUIFactoryElement(
    elementId : FactoryElementID, 
    elementType : Type
)

Parameters

.NET Framework Security

See Also

Reference

WpfUIFactoryElement Class

WpfUIFactoryElement Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace