ActivityWithResultConverter Konstruktorer

Definition

Skapar en ny instans av ActivityWithResultConverter klassen.

Överlagringar

Name Description
ActivityWithResultConverter()

Skapar en ny instans av ActivityWithResultConverter klassen.

ActivityWithResultConverter(Type)

Skapar en ny instans av ActivityWithResultConverter klassen med den angivna typen som ett aktivitetsresultat konverteras till.

ActivityWithResultConverter()

Skapar en ny instans av ActivityWithResultConverter klassen.

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

Gäller för

ActivityWithResultConverter(Type)

Skapar en ny instans av ActivityWithResultConverter klassen med den angivna typen som ett aktivitetsresultat konverteras till.

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

Parametrar

type
Type

Den typ som aktivitetsresultatet konverteras till.

Gäller för