DependencyPropertyChangedEventArgs.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
屬性值
發生值變更之相依性屬性的識別項欄位。
備註
如果在註冊數個屬性的通用 PropertyChangedCallback 內使用此屬性,而且必須厘清叫用回呼的屬性變更,則此屬性會相關。 Property 通常與引發事件無關,因為屬性與報告屬性變更的事件之間通常有 1 對 1 的對應。 引發的事件本身是屬性變更的指示。