ActivityWithResultConverter 생성자

정의

클래스의 새 인스턴스를 ActivityWithResultConverter 만듭니다.

오버로드

Name Description
ActivityWithResultConverter()

클래스의 새 인스턴스를 ActivityWithResultConverter 만듭니다.

ActivityWithResultConverter(Type)

활동 결과가 변환되는 지정된 형식을 사용하여 클래스의 ActivityWithResultConverter 새 인스턴스를 만듭니다.

ActivityWithResultConverter()

클래스의 새 인스턴스를 ActivityWithResultConverter 만듭니다.

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

적용 대상

ActivityWithResultConverter(Type)

활동 결과가 변환되는 지정된 형식을 사용하여 클래스의 ActivityWithResultConverter 새 인스턴스를 만듭니다.

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

매개 변수

type
Type

작업 결과가 변환되는 형식입니다.

적용 대상