LocalValueEntry.Property 屬性

定義

取得以這個項目表示之本機設定相依性屬性的識別項。

public:
 property System::Windows::DependencyProperty ^ Property { System::Windows::DependencyProperty ^ get(); };
public System.Windows.DependencyProperty Property { get; }
member this.Property : System.Windows.DependencyProperty
Public ReadOnly Property Property As DependencyProperty

屬性值

本機設定之相依性屬性的識別項。

備註

使用這個屬性來查詢本機設定相依性屬性的識別碼,並取得其中繼資料。 這個取得的中繼資料可能包含屬性的初始預設值,以及屬性是否支援屬性值繼承。

適用於

另請參閱