共用方式為


PropertyValue.Source 屬性

在衍生類別中覆寫時,取得 PropertyValueSource,其中包含這個屬性值的來源相關資訊。

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

語法

'宣告
Public MustOverride ReadOnly Property Source As PropertyValueSource
    Get
public abstract PropertyValueSource Source { get; }
public:
virtual property PropertyValueSource^ Source {
    PropertyValueSource^ get () abstract;
}
abstract Source : PropertyValueSource
abstract function get Source () : PropertyValueSource

屬性值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyValueSource
這個屬性值的來源相關資訊。

備註

來源實作的範例為

DependencyPropertyValueSource 類別,其中包含相依性屬性值的來源相關資訊。

.NET Framework 安全性

請參閱

參考

PropertyValue 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

PropertyEntry

PropertyValueEditor

其他資源

WPF 設計工具擴充性

屬性編輯架構