DependencyPropertyOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
代表 DependencyProperty 選項的列舉型別。
此列舉支援其成員值的位元組合。
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
- 繼承
- 屬性
欄位
Default | 1 | 預設選項。 無已標註特性。 |
DelegateProperty | 32 | 這個選項用於指定屬性是否屬於 Delegate 型別。 使用這個來區分委派屬性與事件,這一點很重要。 |
Metadata | 8 | DependencyProperty 代表中繼資料。 |
NonSerialized | 16 | DependencyProperty 未序列化。 |
Optional | 4 | DependencyProperty 是選擇性屬性。 |
ReadOnly | 2 | DependencyProperty 為唯讀。 |
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。