DelegateOutArgument<T> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 흐름을 나타내는 바인딩 터미널입니다 ActivityDelegate.
generic <typename T>
public ref class DelegateOutArgument sealed : System::Activities::DelegateOutArgument
public sealed class DelegateOutArgument<T> : System.Activities.DelegateOutArgument
type DelegateOutArgument<'T> = class
inherit DelegateOutArgument
Public NotInheritable Class DelegateOutArgument(Of T)
Inherits DelegateOutArgument
형식 매개 변수
- T
의 데이터 형식입니다 DelegateOutArgument<T>.
- 상속
생성자
| Name | Description |
|---|---|
| DelegateOutArgument<T>() |
DelegateOutArgument<T> 클래스의 새 인스턴스를 초기화합니다. |
| DelegateOutArgument<T>(String) |
지정된 이름을 사용하여 클래스의 DelegateOutArgument<T> 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| Direction |
ArgumentDirection 데이터 흐름을 안팎으로 ActivityDelegate나타내는지DelegateArgument, ActivityDelegate아니면 둘 다에서 들어오고 나가는지를 지정하는 값을 ActivityDelegate가져옵니다. (다음에서 상속됨 DelegateArgument) |
| Name |
의 이름을 DelegateArgument가져오거나 설정합니다. (다음에서 상속됨 DelegateArgument) |
| NameCore |
에서 사용하는 Name문자열 값을 가져옵니다. (다음에서 상속됨 DelegateArgument) |
| Type |
의 LocationReference형식을 가져오거나 설정합니다. (다음에서 상속됨 LocationReference) |
| TypeCore |
파생 클래스에서 구현되는 경우 문화권으로 지역화된 형식의 LocationReference버전을 가져오거나 설정합니다. (다음에서 상속됨 LocationReference) |
메서드
| Name | Description |
|---|---|
| Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| Get(ActivityContext) |
의 값을 DelegateOutArgument<T>가져옵니다. |
| GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
| GetLocation(ActivityContext) |
이 DelegateOutArgument<T>값을 Location<T> 반환합니다. |
| GetType() |
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| Set(ActivityContext, T) |
의 값을 DelegateOutArgument<T>설정합니다. |
| ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |