DependencyPropertyOptions Wyliczenie

Definicja

Uwaga

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

Reprezentuje wyliczenie opcji DependencyProperty.

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

Nazwa Wartość Opis
Default 1

Opcja domyślna. Nie odnotowano cech.

ReadOnly 2

Element DependencyProperty jest tylko do odczytu.

Optional 4

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

Metadata 8

Reprezentuje DependencyProperty metadane.

NonSerialized 16

Element DependencyProperty nie jest serializowany.

DelegateProperty 32

Ta opcja służy do określania, czy właściwość ma typ Delegate. Należy użyć tego polecenia, aby uściślić właściwości delegata ze zdarzeń.

Uwagi

Note

W tym materiale omówiono typy i przestrzenie nazw, które są przestarzałe. Aby uzyskać więcej informacji, zobacz Deprecated Types in Windows Workflow Foundation 4.5.

Dotyczy