次の方法で共有


AutomationProperties.GetLiveSetting(DependencyObject) メソッド

定義

指定した DependencyObjectAutomationProperties.LiveSetting 添付プロパティの値を取得します。

public:
 static AutomationLiveSetting GetLiveSetting(DependencyObject ^ element);
 static AutomationLiveSetting GetLiveSetting(DependencyObject const& element);
public static AutomationLiveSetting GetLiveSetting(DependencyObject element);
function getLiveSetting(element)
Public Shared Function GetLiveSetting (element As DependencyObject) As AutomationLiveSetting

パラメーター

element
DependencyObject

チェックする DependencyObject

戻り値

指定した要素のライブ設定値。

適用対象

こちらもご覧ください