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