AutomationPeer.GetLiveSetting メソッド
定義
このオートメーション ピアと関連付けられたライブ領域の通知特性を取得します。Gets the notification characteristics of a live region that is associated with this automation peer.
public:
System::Windows::Automation::AutomationLiveSetting GetLiveSetting();
public System.Windows.Automation.AutomationLiveSetting GetLiveSetting ();
member this.GetLiveSetting : unit -> System.Windows.Automation.AutomationLiveSetting
Public Function GetLiveSetting () As AutomationLiveSetting
戻り値
通知特性。The notification characteristics.
例外
このメソッドのパブリック呼び出しが現在進行中です。A public call to this method is currently in progress.
注釈
このメソッドは、の派生実装を呼び出し GetLiveSettingCore() ます。This method calls the derived implementation of GetLiveSettingCore().