DependencyPropertyOptions Enumeration

Definition

Achtung

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

Stellt eine Aufzählung von DependencyProperty Optionen dar.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

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
Vererbung
DependencyPropertyOptions
Attribute

Felder

Name Wert Beschreibung
Default 1

Standardoption. Kein notiertes Merkmal.

ReadOnly 2

Dies DependencyProperty ist schreibgeschützt.

Optional 4

Dies DependencyProperty ist eine optionale Eigenschaft.

Metadata 8

Dies DependencyProperty stellt Metadaten dar.

NonSerialized 16

Die DependencyProperty Datei ist nicht serialisiert.

DelegateProperty 32

Diese Option wird verwendet, um anzugeben, ob eine Eigenschaft vom Typ Delegateist. Es ist wichtig, dies zu verwenden, um die Delegateigenschaften von Ereignissen zu unterscheiden.

Hinweise

Note

In diesem Material werden Typen und Namespaces erläutert, die veraltet sind. Weitere Informationen finden Sie unter Deprecated Types in Windows Workflow Foundation 4.5.

Gilt für: