DependencyPropertyOptions 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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
- 상속
- 특성
필드
| Name | 값 | Description |
|---|---|---|
| Default | 1 | 기본 옵션입니다. 명시된 특성이 없습니다. |
| ReadOnly | 2 | 읽기 DependencyProperty 전용입니다. |
| Optional | 4 | 선택 DependencyProperty 적 속성입니다. |
| Metadata | 8 | DependencyProperty 메타데이터를 나타냅니다. |
| NonSerialized | 16 | 직 DependencyProperty 렬화되지 않았습니다. |
| DelegateProperty | 32 | 이 옵션은 속성이 형식 Delegate인지 여부를 지정하는 데 사용됩니다. 이를 사용하여 이벤트에서 대리자 속성을 구분하는 것이 중요합니다. |
설명
Note
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은