Condividi tramite


AutomationProperties.GetLiveSetting(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata AutomationProperties.LiveSetting per l'oggetto DependencyObject specificato.

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

Parametri

element
DependencyObject

DependencyObject da controllare.

Restituisce

Valore dell'impostazione dinamica per l'elemento specificato.

Si applica a

Vedi anche