ActivityWithResultConverter Constructors

Definition

Creates a new instance of the ActivityWithResultConverter class.

Overloads

ActivityWithResultConverter()

Creates a new instance of the ActivityWithResultConverter class.

ActivityWithResultConverter(Type)

Creates a new instance of the ActivityWithResultConverter class with the specified type to which an activity result is converted.

ActivityWithResultConverter()

Creates a new instance of the ActivityWithResultConverter class.

public:
 ActivityWithResultConverter();
public ActivityWithResultConverter ();
Public Sub New ()

Applies to

ActivityWithResultConverter(Type)

Creates a new instance of the ActivityWithResultConverter class with the specified type to which an activity result is converted.

public:
 ActivityWithResultConverter(Type ^ type);
public ActivityWithResultConverter (Type type);
new System.Activities.XamlIntegration.ActivityWithResultConverter : Type -> System.Activities.XamlIntegration.ActivityWithResultConverter
Public Sub New (type As Type)

Parameters

type
Type

The type to which the activity result is converted.

Applies to