AutomationProperties.SetLiveSetting Metodo

Definizione

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

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 controllare.

value
AutomationLiveSetting

Valore da assegnare alla proprietà .

Si applica a

Vedi anche