






|
| Microsoft.Activities.Extensions |
| WorkflowExtensionsBehavior Constructor |
| WorkflowExtensionsBehavior Class See Also Send Feedback |
Initializes a new instance of the WorkflowExtensionsBehavior class.
Initializes the WorkflowExtensionsBehavior
Namespace: Microsoft.Activities.Extensions.ServiceModel
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
| C# |
|---|
public WorkflowExtensionsBehavior( ConfigurationElementCollection<WorkflowExtensionConfigElement> extensionConfigElements ) |
| Visual Basic |
|---|
Public Sub New ( _ extensionConfigElements As ConfigurationElementCollection(Of WorkflowExtensionConfigElement) _ ) |
| Visual C++ |
|---|
public: WorkflowExtensionsBehavior( ConfigurationElementCollection<WorkflowExtensionConfigElement^>^ extensionConfigElements ) |
Parameters
- extensionConfigElements
- Type: Microsoft.Activities.Extensions.ServiceModel..::..ConfigurationElementCollection<(Of <(<'WorkflowExtensionConfigElement>)>)>
The extension config elements
