LocalValueEntry.Property 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得以這個項目表示之本機設定相依性屬性的識別項。
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
屬性值
本機設定之相依性屬性的識別項。
備註
使用這個屬性來查詢本機設定相依性屬性的識別碼,並取得其中繼資料。 這個取得的中繼資料可能包含屬性的初始預設值,以及屬性是否支援屬性值繼承。