Rediger

Del via


DependencyPropertyOptions Enum

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Represents an enumeration of DependencyProperty options.

This enumeration supports a bitwise combination of its member values.

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
Inheritance
DependencyPropertyOptions
Attributes

Fields

Default 1

Default option. No noted characteristic.

ReadOnly 2

The DependencyProperty is read-only.

Optional 4

The DependencyProperty is an optional property.

Metadata 8

The DependencyProperty represents metadata.

NonSerialized 16

The DependencyProperty is not serialized.

DelegateProperty 32

This option is used to specify whether or not a property is of type Delegate. It is important to use this to disambiguate the delegate properties from events.

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Applies to