ActivityWithResultConverter Oluşturucular

Tanım

sınıfının yeni bir örneğini ActivityWithResultConverter oluşturur.

Aşırı Yüklemeler

Name Description
ActivityWithResultConverter()

sınıfının yeni bir örneğini ActivityWithResultConverter oluşturur.

ActivityWithResultConverter(Type)

Bir etkinlik sonucunun ActivityWithResultConverter dönüştürüldüğü belirtilen türe sahip sınıfın yeni bir örneğini oluşturur.

ActivityWithResultConverter()

sınıfının yeni bir örneğini ActivityWithResultConverter oluşturur.

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

Şunlara uygulanır

ActivityWithResultConverter(Type)

Bir etkinlik sonucunun ActivityWithResultConverter dönüştürüldüğü belirtilen türe sahip sınıfın yeni bir örneğini oluşturur.

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

Parametreler

type
Type

Etkinlik sonucunun dönüştürüldüğü tür.

Şunlara uygulanır