DelegateArgument 클래스

정의

ActivityDelegate 내부/외부로의 데이터 흐름을 지원하는 바인딩 터미널을 나타내는 추상 기본 클래스입니다.

public ref class DelegateArgument abstract : System::Activities::LocationReference
public abstract class DelegateArgument : System.Activities.LocationReference
type DelegateArgument = class
    inherit LocationReference
Public MustInherit Class DelegateArgument
Inherits LocationReference
상속
DelegateArgument
파생

속성

Direction

ArgumentDirectionDelegateArgument 내부로의 데이터 흐름, ActivityDelegate 외부로의 데이터 흐름 또는 ActivityDelegate 내부/외부로의 데이터 흐름을 나타내는지 여부를 지정하는 ActivityDelegate을 가져옵니다.

Name

DelegateArgument의 이름을 가져오거나 설정합니다.

NameCore

Name에서 사용하는 문자열 값을 가져옵니다.

Type

LocationReference의 형식을 가져오거나 설정합니다.

(다음에서 상속됨 LocationReference)
TypeCore

파생 클래스에서 구현된 경우 문화권에 따라 지역화된 버전의 LocationReference 형식을 가져오거나 설정합니다.

(다음에서 상속됨 LocationReference)

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
Get(ActivityContext)

지정한 작업 컨텍스트를 사용하여 인수 값을 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetLocation(ActivityContext)

Location에서 참조하는 값의 DelegateArgument을 반환합니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상