Udostępnij za pośrednictwem


ActivityWithResultConverter Konstruktory

Definicja

Tworzy nowe wystąpienie klasy ActivityWithResultConverter.

Przeciążenia

ActivityWithResultConverter()

Tworzy nowe wystąpienie klasy ActivityWithResultConverter.

ActivityWithResultConverter(Type)

Tworzy nowe wystąpienie ActivityWithResultConverter klasy o określonym typie, do którego jest konwertowany wynik działania.

ActivityWithResultConverter()

Tworzy nowe wystąpienie klasy ActivityWithResultConverter.

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

Dotyczy

ActivityWithResultConverter(Type)

Tworzy nowe wystąpienie ActivityWithResultConverter klasy o określonym typie, do którego jest konwertowany wynik działania.

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, do którego jest konwertowany wynik działania.

Dotyczy