DependencyPropertyOptions 列舉

定義

警告

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

代表 DependencyProperty 選項的列舉型別。

此列舉支援其成員值的位元組合。

C#
[System.Flags]
public enum DependencyPropertyOptions
C#
[System.Flags]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DependencyPropertyOptions
繼承
DependencyPropertyOptions
屬性

欄位

名稱 Description
Default 1

預設選項。 無已標註特性。

DelegateProperty 32

這個選項用於指定屬性是否屬於 Delegate 型別。 使用這個來區分委派屬性與事件,這一點很重要。

Metadata 8

DependencyProperty 代表中繼資料。

NonSerialized 16

DependencyProperty 未序列化。

Optional 4

DependencyProperty 是選擇性屬性。

ReadOnly 2

DependencyProperty 為唯讀。

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

適用於

產品 版本 (已淘汰)
.NET Framework 3.0, 3.5, 4.0 (4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)