Share via


ActivityWithResultConverter 생성자

정의

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

오버로드

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

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

적용 대상