AutomationProperties.GetCulture(DependencyObject) Metodo

Definizione

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

public:
 static int GetCulture(DependencyObject ^ element);
 static int GetCulture(DependencyObject const& element);
public static int GetCulture(DependencyObject element);
function getCulture(element)
Public Shared Function GetCulture (element As DependencyObject) As Integer

Parametri

element
DependencyObject

Oggetto DependencyObject da controllare.

Restituisce

Int32

int

Valore della proprietà cultura per l'elemento specificato.

Si applica a