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

傳回

指定專案的即時設定值。

適用於

另請參閱