DependencyPropertyOptions Enumeráció

Definíció

Figyelemfelhívás

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

A lehetőségek számbavételét DependencyProperty jelöli.

Ez a felsorolás támogatja a tagértékek bitenkénti kombinációját.

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
Öröklődés
DependencyPropertyOptions
Attribútumok

Mezők

Name Érték Description
Default 1

Alapértelmezett beállítás. Nincs feljegyzett jellemző.

ReadOnly 2

Az DependencyProperty írásvédett.

Optional 4

Ez DependencyProperty egy nem kötelező tulajdonság.

Metadata 8

A DependencyProperty metaadatokat jelöli.

NonSerialized 16

A DependencyProperty nincs szerializálva.

DelegateProperty 32

Ezzel a beállítással megadhatja, hogy egy tulajdonság típus-e Delegate. Fontos, hogy ezzel egyértelműsítse a delegált tulajdonságokat az eseményekből.

Megjegyzések

Note

Ez az anyag az elavult típusokat és névtereket ismerteti. További információ: Deprecated Types in Windows Workflow Foundation 4.5.

A következőre érvényes: