Sdílet prostřednictvím


ActivityWithResultConverter Konstruktory

Definice

Vytvoří novou instanci třídy ActivityWithResultConverter.

Přetížení

ActivityWithResultConverter()

Vytvoří novou instanci třídy ActivityWithResultConverter.

ActivityWithResultConverter(Type)

Vytvoří novou instanci ActivityWithResultConverter třídy se zadaným typem, na který je převeden výsledek aktivity.

ActivityWithResultConverter()

Vytvoří novou instanci třídy ActivityWithResultConverter.

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

Platí pro

ActivityWithResultConverter(Type)

Vytvoří novou instanci ActivityWithResultConverter třídy se zadaným typem, na který je převeden výsledek aktivity.

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

Parametry

type
Type

Typ, na který je výsledek aktivity převeden.

Platí pro