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>의 데이터 형식입니다.
- 상속
생성자
DelegateOutArgument<T>() |
DelegateOutArgument<T> 클래스의 새 인스턴스를 초기화합니다. |
DelegateOutArgument<T>(String) |
지정된 이름을 사용하여 DelegateOutArgument<T> 클래스의 새 인스턴스를 초기화합니다. |
속성
Direction |
ArgumentDirection가 DelegateArgument 내부로의 데이터 흐름, ActivityDelegate 외부로의 데이터 흐름 또는 ActivityDelegate 내부/외부로의 데이터 흐름을 나타내는지 여부를 지정하는 ActivityDelegate을 가져옵니다. (다음에서 상속됨 DelegateArgument) |
Name |
DelegateArgument의 이름을 가져오거나 설정합니다. (다음에서 상속됨 DelegateArgument) |
NameCore |
Name에서 사용하는 문자열 값을 가져옵니다. (다음에서 상속됨 DelegateArgument) |
Type |
LocationReference의 형식을 가져오거나 설정합니다. (다음에서 상속됨 LocationReference) |
TypeCore |
파생 클래스에서 구현된 경우 문화권에 따라 지역화된 버전의 LocationReference 형식을 가져오거나 설정합니다. (다음에서 상속됨 LocationReference) |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
Get(ActivityContext) |
DelegateOutArgument<T>의 값을 가져옵니다. |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetLocation(ActivityContext) |
이 Location<T>의 DelegateOutArgument<T>을 반환합니다. |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
Set(ActivityContext, T) |
DelegateOutArgument<T>의 값을 설정합니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
.NET