Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivityCodeGeneratorAttribute Constructor (Type^)

 

Initializes a new instance of the ActivityCodeGeneratorAttribute class from a code generator Type.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
ActivityCodeGeneratorAttribute(
	Type^ codeGeneratorType
)

Parameters

codeGeneratorType
Type: System::Type^

The Type to initialize the instance from.

Exception Condition
ArgumentNullException

codeGeneratorType is a null reference (Nothing in Visual Basic).

ArgumentException

codeGeneratorType is not assignable to the type of a code generator.

ArgumentException

codeGeneratorType has no default constructor.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft