AutomationProperties.GetLiveSetting(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定DependencyObject之AutomationProperties.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 。
傳回
指定專案的即時設定值。