AutomationProperties.SetLiveSetting Metodo

Definizione

Imposta la proprietà associata LiveSetting per l'oggetto DependencyObject specificato.

public:
 static void SetLiveSetting(System::Windows::DependencyObject ^ element, System::Windows::Automation::AutomationLiveSetting value);
public static void SetLiveSetting (System.Windows.DependencyObject element, System.Windows.Automation.AutomationLiveSetting value);
static member SetLiveSetting : System.Windows.DependencyObject * System.Windows.Automation.AutomationLiveSetting -> unit
Public Shared Sub SetLiveSetting (element As DependencyObject, value As AutomationLiveSetting)

Parametri

element
DependencyObject

Oggetto DependencyObject da verificare.

value
AutomationLiveSetting

Il valore da assegnare alla proprietà.

Si applica a

Vedi anche