AttachedProperty<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含附加屬性的集合。
generic <typename T>
public ref class AttachedProperty : System::Activities::Presentation::Model::AttachedProperty
public class AttachedProperty<T> : System.Activities.Presentation.Model.AttachedProperty
type AttachedProperty<'T> = class
inherit AttachedProperty
Public Class AttachedProperty(Of T)
Inherits AttachedProperty
類型參數
- T
附加屬性的型別。
- 繼承
建構函式
AttachedProperty<T>() |
初始化 AttachedProperty<T> 類別的新執行個體。 |
屬性
Getter |
取得或設定 getter。 |
IsBrowsable |
取得或設定指出 AttachedProperty 是否可瀏覽的布林值。 (繼承來源 AttachedProperty) |
IsReadOnly |
取得值,這個值會判斷集合是否為唯讀。 |
Name |
取得或設定屬性的名稱。 (繼承來源 AttachedProperty) |
OwnerType |
取得或設定擁有者型別。 (繼承來源 AttachedProperty) |
Setter |
取得或設定 setter。 |
Type |
取得集合的型別。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
GetValue(ModelItem) |
擷取指定模型項目的值。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
NotifyPropertyChanged(ModelItem) |
建立通知,這個通知會指出指定的模型項目已變更。 (繼承來源 AttachedProperty) |
ResetValue(ModelItem) |
將指定的模型項目重設為其預設值。 |
SetValue(ModelItem, Object) |
將指定的模型項目設為指定的值。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |