PropertyMetadata 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
代表依賴性質的行為。
public ref class PropertyMetadata
public class PropertyMetadata
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class PropertyMetadata
type PropertyMetadata = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type PropertyMetadata = class
Public Class PropertyMetadata
- 繼承
-
PropertyMetadata
- 屬性
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
建構函式
屬性
| 名稱 | Description |
|---|---|
| DefaultValue |
已淘汰.
取得或設定相關相依屬性的預設值。 |
| GetValueOverride |
已淘汰.
取得或設定 GetValueOverride 回調,即在呼叫 GetValue(DependencyProperty) 方法時立即呼叫。 |
| IsMetaProperty |
已淘汰.
|
| IsNonSerialized |
已淘汰.
會得到一個值,表示是否 Options 被設定為 NonSerialized。 |
| IsReadOnly |
已淘汰.
|
| IsSealed |
已淘汰.
獲得一個值,表示是否 PropertyMetadata 已應用於導致不變狀態的性質。 |
| Options |
已淘汰.
取得或設定代表與此DependencyProperty相關 的選項設定PropertyMetadata的屬性。 |
| SetValueOverride |
已淘汰.
取得或設定 SetValueOverride 回調,即在呼叫 SetValue(DependencyProperty, Object) 方法時立即呼叫。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetAttributes() |
已淘汰.
取得包含所有屬性的陣列。 |
| GetAttributes(Type) |
已淘汰.
接收一個型態 Attribute 為 的陣列,包含型別等於 |
| GetHashCode() |
已淘汰.
做為預設哈希函式。 (繼承來源 Object) |
| GetType() |
已淘汰.
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
已淘汰.
建立目前 Object的淺層複本。 (繼承來源 Object) |
| OnApply(DependencyProperty, Type) |
已淘汰.
當 PropertyMetadata 此處理應用於相依屬性時,提供處理。 |
| ToString() |
已淘汰.
傳回表示目前 物件的字串。 (繼承來源 Object) |