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