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
- 상속
- 특성
필드
Default | 1 | 기본 옵션입니다. 주목할 만한 특징은 없습니다. |
DelegateProperty | 32 | 이 옵션은 속성이 Delegate 형식인지 여부를 지정하는 데 사용됩니다. 이 옵션을 사용하여 대리자 속성을 이벤트와 구분하는 것이 중요합니다. |
Metadata | 8 | DependencyProperty는 메타데이터를 나타냅니다. |
NonSerialized | 16 | DependencyProperty는 serialize되지 않습니다. |
Optional | 4 | DependencyProperty는 선택적 속성입니다. |
ReadOnly | 2 | DependencyProperty이 읽기 전용인 경우 |
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.