Bagikan melalui


AutomationProperties.SetLiveSetting Metode

Definisi

Mengatur nilai properti terlampir AutomationProperties.LiveSetting untuk DependencyObject yang ditentukan.

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)

Parameter

element
DependencyObject

DependencyObject untuk mengatur properti.

value
AutomationLiveSetting

Nilai AutomationLiveSetting yang akan ditetapkan.

Berlaku untuk

Lihat juga