FrameworkElementFactory Constructor (Type^, String^)

 

Initializes a new instance of the FrameworkElementFactory class with the specified Type and name.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
FrameworkElementFactory(
	Type^ type,
	String^ name
)

Parameters

type
Type: System::Type^

The type of instance to create.

name
Type: System::String^

The style identifier.

.NET Framework
Available since 3.0
Return to top
Show: