DependencyPropertyOptions 열거형

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

DependencyProperty 옵션의 열거형을 나타냅니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class DependencyPropertyOptions
[System.Flags]
public enum DependencyPropertyOptions
[System.Flags]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DependencyPropertyOptions
[<System.Flags>]
type DependencyPropertyOptions = 
[<System.Flags>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DependencyPropertyOptions = 
Public Enum DependencyPropertyOptions
상속
DependencyPropertyOptions
특성

필드

Name Description
Default 1

기본 옵션입니다. 명시된 특성이 없습니다.

ReadOnly 2

읽기 DependencyProperty 전용입니다.

Optional 4

선택 DependencyProperty 적 속성입니다.

Metadata 8

DependencyProperty 메타데이터를 나타냅니다.

NonSerialized 16

DependencyProperty 렬화되지 않았습니다.

DelegateProperty 32

이 옵션은 속성이 형식 Delegate인지 여부를 지정하는 데 사용됩니다. 이를 사용하여 이벤트에서 대리자 속성을 구분하는 것이 중요합니다.

설명

Note

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

적용 대상