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