共用方式為


AutomationPropertyChangedEventArgs.NewValue 屬性

定義

取得已變更之屬性的新值。

public:
 property System::Object ^ NewValue { System::Object ^ get(); };
public object NewValue { get; }
member this.NewValue : obj
Public ReadOnly Property NewValue As Object

屬性值

屬性的新值。

備註

消費者介面自動化用戶端必須將值轉換成屬性的預期類型。

適用於