DependencyPropertyOptions Wyliczenie

Definicja

Przestroga

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

Reprezentuje wyliczenie DependencyProperty opcji.

To wyliczenie obsługuje bitową kombinację jego wartości składowych.

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
Dziedziczenie
DependencyPropertyOptions
Atrybuty

Pola

Default 1

Opcja domyślna. Brak zanotowany charakter.

DelegateProperty 32

Ta opcja służy do określania, czy właściwość ma typ Delegate. Jest to ważne, aby uściślać właściwości delegata z zdarzeń.

Metadata 8

Element DependencyProperty reprezentuje metadane.

NonSerialized 16

Element DependencyProperty nie jest serializowany.

Optional 4

Jest DependencyProperty to właściwość opcjonalna.

ReadOnly 2

Element DependencyProperty jest tylko do odczytu.

Uwagi

Uwaga

W tym materiale omówiono przestarzałe typy i przestrzenie nazw. Aby uzyskać więcej informacji, zobacz Przestarzałe typy w programie Windows Workflow Foundation 4.5.

Dotyczy