RuntimeDelegateArgument 생성자

정의

지정된 이름, 데이터 형식, 인수 방향 및 DelegateArgument을 사용하여 클래스의 RuntimeDelegateArgument 새 인스턴스를 초기화합니다.

public:
 RuntimeDelegateArgument(System::String ^ name, Type ^ type, System::Activities::ArgumentDirection direction, System::Activities::DelegateArgument ^ boundArgument);
public RuntimeDelegateArgument(string name, Type type, System.Activities.ArgumentDirection direction, System.Activities.DelegateArgument boundArgument);
new System.Activities.RuntimeDelegateArgument : string * Type * System.Activities.ArgumentDirection * System.Activities.DelegateArgument -> System.Activities.RuntimeDelegateArgument
Public Sub New (name As String, type As Type, direction As ArgumentDirection, boundArgument As DelegateArgument)

매개 변수

name
String

RuntimeDelegateArgument의 이름입니다.

type
Type

의 데이터 형식입니다 RuntimeDelegateArgument.

direction
ArgumentDirection

인수를 통한 데이터 흐름의 방향을 지정하는 열거형 값 중 하나입니다.

boundArgument
DelegateArgument

RuntimeDelegateArgument인수로 표현되는 대리자 인수입니다.

적용 대상