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 未序列化。 |
Optional | 4 | DependencyProperty 为可选属性。 |
ReadOnly | 2 | DependencyProperty 为只读。 |
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。