AutomationProperties.SetLiveSetting 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為指定的DependencyObject設定AutomationProperties.LiveSetting附加屬性的值。
public:
static void SetLiveSetting(DependencyObject ^ element, AutomationLiveSetting value);
static void SetLiveSetting(DependencyObject const& element, AutomationLiveSetting const& value);
public static void SetLiveSetting(DependencyObject element, AutomationLiveSetting value);
function setLiveSetting(element, value)
Public Shared Sub SetLiveSetting (element As DependencyObject, value As AutomationLiveSetting)
參數
- element
- DependencyObject
要為其設定屬性的 DependencyObject 。
- value
- AutomationLiveSetting
要設定的 AutomationLiveSetting 值。