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

默认选项。 没有指出的特征。

ReadOnly 2

DependencyProperty 只读。

Optional 4

DependencyProperty这是一个可选属性。

Metadata 8

表示 DependencyProperty 元数据。

NonSerialized 16

DependencyProperty未序列化。

DelegateProperty 32

此选项用于指定属性是否为类型 Delegate。 请务必使用它来消除委托属性与事件中的歧义。

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

适用于