DependencyPropertyOptions Sabit listesi

Tanım

Dikkat

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

Seçeneklerin bir numaralandırmayı DependencyProperty temsil eder.

Bu sabit listesi, üyeleri için bit düzeyinde karşılaştırmayı destekler.

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
Devralma
DependencyPropertyOptions
Öznitelikler

Alanlar

Default 1

Varsayılan seçenek. Not edilen özellik yok.

DelegateProperty 32

Bu seçenek, bir özelliğin türünde Delegateolup olmadığını belirtmek için kullanılır. Temsilci özelliklerini olaylara göre kesinleştirmek için bunu kullanmak önemlidir.

Metadata 8

meta DependencyProperty verileri temsil eder.

NonSerialized 16

DependencyProperty serileştirilmemiş.

Optional 4

DependencyProperty isteğe bağlı bir özelliktir.

ReadOnly 2

DependencyProperty salt okunurdur.

Açıklamalar

Not

Bu malzeme artık kullanılmayan türleri ve ad alanlarını açıklamaktadır. Daha fazla bilgi için bkz. Windows Workflow Foundation 4.5'te Kullanım Dışı Türler.

Şunlara uygulanır