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
属性

字段

Default 1

默认选项。 没有显著的特性。

DelegateProperty 32

此选项用于指定属性的类型是否为 Delegate。 使用此项从事件中消除委托属性的歧义非常重要。

Metadata 8

DependencyProperty 表示元数据。

NonSerialized 16

DependencyProperty 未序列化。

Optional 4

DependencyProperty 为可选属性。

ReadOnly 2

DependencyProperty 为只读。

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

适用于