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 | 默认选项。 没有指出的特征。 |
| ReadOnly | 2 | 为 DependencyProperty 只读。 |
| Optional | 4 | DependencyProperty这是一个可选属性。 |
| Metadata | 8 | 表示 DependencyProperty 元数据。 |
| NonSerialized | 16 | DependencyProperty未序列化。 |
| DelegateProperty | 32 | 此选项用于指定属性是否为类型 Delegate。 请务必使用它来消除委托属性与事件中的歧义。 |
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的