DependencyPropertyValueSource 類別

表示相依性屬性值的來源。

繼承階層架構

System.Object
  Microsoft.Windows.Design.PropertyEditing.PropertyValueSource
    Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Class DependencyPropertyValueSource _
    Inherits PropertyValueSource
public class DependencyPropertyValueSource : PropertyValueSource
public ref class DependencyPropertyValueSource : public PropertyValueSource
type DependencyPropertyValueSource =  
    class
        inherit PropertyValueSource
    end
public class DependencyPropertyValueSource extends PropertyValueSource

DependencyPropertyValueSource 型別會公開下列成員。

屬性

  名稱 說明
公用屬性靜態成員 Ambient 取得 DependencyPropertyValueSource 物件,這個物件表示環境屬性。
公用屬性靜態成員 Binding 取得 DependencyPropertyValueSource 物件,這個物件表示繫結屬性。
公用屬性靜態成員 CustomMarkupExtension 取得 DependencyPropertyValueSource 物件,這個物件表示自訂標記延伸的屬性集。
公用屬性靜態成員 DataBound 已過時。取得 DependencyPropertyValueSource 物件,這個物件表示資料繫結屬性。
公用屬性靜態成員 DefaultValue 取得 DependencyPropertyValueSource 物件,這個物件表示設定為預設值的屬性。
公用屬性靜態成員 DynamicResource 取得 DependencyPropertyValueSource 物件,這個物件表示設定為動態資源的屬性。
公用屬性靜態成員 Inherited 已過時。取得 DependencyPropertyValueSource 物件,這個物件表示繼承的屬性。
公用屬性靜態成員 InheritedValue 取得 DependencyPropertyValueSource 物件,這個物件表示其值會繼承的屬性。
公用屬性 IsAmbient 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表環境屬性。
公用屬性 IsBinding 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表繫結屬性。
公用屬性 IsCustomMarkupExtension 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表自訂標記延伸的屬性集。
公用屬性 IsDataBound 已過時。取得值,這個值表示這個 DependencyPropertyValueSource 是否代表資料繫結屬性。
公用屬性 IsDefaultValue 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為預設值的屬性。
公用屬性 IsDynamicResource 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為動態資源的屬性。
公用屬性 IsExpression 已過時。取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為運算式的屬性。
公用屬性 IsInherited 已過時。取得值,這個值表示這個 DependencyPropertyValueSource 是否代表繼承的屬性。
公用屬性 IsInheritedValue 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表其值會繼承的屬性。
公用屬性 IsLocal 已過時。取得值,這個值表示這個 DependencyPropertyValueSource 是否代表本機屬性。
公用屬性 IsLocalResource 已過時。取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為本機資源的屬性。
公用屬性 IsLocalValue 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為區域數值的屬性。
公用屬性 IsMarkupExtension 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為標記延伸的屬性。
公用屬性 IsNull 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為 x:Null 的屬性。
公用屬性 IsResource 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為資源的屬性。
公用屬性 IsStatic 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為靜態值的屬性。
公用屬性 IsStaticResource 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為靜態資源的屬性。
公用屬性 IsSystemResource 已過時。取得值,這個值表示這個 DependencyPropertyValueSource 是否代表設定為系統資源的屬性。
公用屬性 IsTemplateBinding 取得值,這個值表示這個 DependencyPropertyValueSource 是否代表樣板繫結屬性。
公用屬性靜態成員 Local 已過時。取得 DependencyPropertyValueSource 物件,這個物件表示本機屬性。
公用屬性靜態成員 LocalDynamicResource 已過時。取得 DependencyPropertyValueSource 物件,這個物件表示設定為本機動態資源的屬性。
公用屬性靜態成員 LocalStaticResource 已過時。取得 DependencyPropertyValueSource 物件,這個物件表示設定為本機靜態資源的屬性。
公用屬性靜態成員 LocalValue 取得 DependencyPropertyValueSource 物件,這個值表示設定為區域數值的屬性。
公用屬性靜態成員 Null 取得 DependencyPropertyValueSource 物件,這個物件表示設定為 x:Null 的屬性。
公用屬性靜態成員 Static 取得 DependencyPropertyValueSource 物件,這個物件表示設定為靜態值的屬性。
公用屬性靜態成員 StaticResource 取得 DependencyPropertyValueSource 物件,這個物件表示設定為靜態資源的屬性。
公用屬性靜態成員 SystemResource 已過時。取得 DependencyPropertyValueSource 物件,這個物件表示設定為系統資源的屬性。
公用屬性靜態成員 TemplateBinding 取得 DependencyPropertyValueSource 物件,這個物件表示樣板繫結屬性。

回頁首

方法

  名稱 說明
公用方法 Equals 判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

備註

對於表示相依性屬性的 PropertyEntry 而言,DependencyPropertyValueSource 類別為抽象 PropertyValueSource 類別的實作。

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構