DependencyPropertyOptions Enumerazione

Definizione

Attenzione

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

Rappresenta un'enumerazione delle opzioni di DependencyProperty.

Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.

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
Ereditarietà
DependencyPropertyOptions
Attributi

Campi

Nome Valore Descrizione
Default 1

Opzione predefinita. Nessuna caratteristica nota.

ReadOnly 2

è DependencyProperty di sola lettura.

Optional 4

DependencyProperty è una proprietà facoltativa.

Metadata 8

Rappresenta DependencyProperty i metadati.

NonSerialized 16

L'oggetto DependencyProperty non è serializzato.

DelegateProperty 32

Questa opzione viene utilizzata per specificare se una proprietà è di tipo Delegate. È importante usarlo per disambiguare le proprietà del delegato dagli eventi.

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Si applica a