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
- 繼承
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Default | 1 | 預設選項。 沒有明顯特徵。 |
| ReadOnly | 2 | 這是 DependencyProperty 唯讀的。 |
| Optional | 4 | 這是 DependencyProperty 可選性質。 |
| Metadata | 8 | 代表 DependencyProperty 元資料。 |
| NonSerialized | 16 | 該書 DependencyProperty 沒有連續劇。 |
| DelegateProperty | 32 | 此選項用來指定屬性是否為類型 Delegate。 利用此點來區分代表屬性與事件非常重要。 |
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的