DelegateArgumentValue<T> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
식에서 r-value로 사용되는 DelegateArgument을 나타냅니다.
generic <typename T>
public ref class DelegateArgumentValue sealed : System::Activities::CodeActivity<T>
generic <typename T>
public ref class DelegateArgumentValue sealed : System::Activities::Expressions::EnvironmentLocationValue<T>
[System.Windows.Markup.ContentProperty("DelegateArgument")]
public sealed class DelegateArgumentValue<T> : System.Activities.CodeActivity<T>
[System.Windows.Markup.ContentProperty("DelegateArgument")]
public sealed class DelegateArgumentValue<T> : System.Activities.Expressions.EnvironmentLocationValue<T>
[<System.Windows.Markup.ContentProperty("DelegateArgument")>]
type DelegateArgumentValue<'T> = class
inherit CodeActivity<'T>
[<System.Windows.Markup.ContentProperty("DelegateArgument")>]
type DelegateArgumentValue<'T> = class
inherit EnvironmentLocationValue<'T>
Public NotInheritable Class DelegateArgumentValue(Of T)
Inherits CodeActivity(Of T)
Public NotInheritable Class DelegateArgumentValue(Of T)
Inherits EnvironmentLocationValue(Of T)
형식 매개 변수
- T
DelegateArgument의 데이터 형식입니다.
- 상속
- 상속
-
CodeActivity<T>DelegateArgumentValue<T>
- 특성
생성자
DelegateArgumentValue<T>() |
DelegateArgumentValue<T> 클래스의 새 인스턴스를 초기화합니다. |
DelegateArgumentValue<T>(DelegateArgument) |
지정된 DelegateArgumentValue<T>를 사용하여 DelegateArgument 클래스의 새 인스턴스를 초기화합니다. |
속성
CacheId |
워크플로 정의 범위 내에서 고유한 캐시의 식별자를 가져옵니다. (다음에서 상속됨 Activity) |
Constraints |
Constraint에 대한 유효성 검사를 제공하도록 구성될 수 있는 Activity 작업의 컬렉션을 가져옵니다. (다음에서 상속됨 Activity) |
DelegateArgument |
DelegateArgument가 나타내는 DelegateArgumentValue<T>를 가져오거나 설정합니다. |
DisplayName |
디버깅, 유효성 검사, 예외 처리 및 추적에 사용되는 선택적 이름을 가져오거나 설정합니다. (다음에서 상속됨 Activity) |
Id |
워크플로 정의 범위에서 고유한 식별자를 가져옵니다. (다음에서 상속됨 Activity) |
Implementation |
지원되지 않습니다. (다음에서 상속됨 CodeActivity<TResult>) |
ImplementationVersion |
작업의 구현 버전을 가져오거나 설정합니다. (다음에서 상속됨 CodeActivity<TResult>) |
LocationReference |
DelegateArgumentValue<T>의 위치 참조를 가져옵니다. |
Result |
Activity<TResult>의 결과 인수를 가져오거나 설정합니다. (다음에서 상속됨 Activity<TResult>) |
ResultType |
파생 클래스에서 구현하는 경우 작업 OutArgument의 형식을 가져옵니다. (다음에서 상속됨 ActivityWithResult) |