ActivityWithResultConverter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.