Typography.GetContextualAlternates(DependencyObject) Methode

Definitie

Retourneert de waarde van de ContextualAlternates gekoppelde eigenschap voor een opgegeven afhankelijkheidsobject.

public:
 static bool GetContextualAlternates(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetContextualAlternates(System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetContextualAlternates : System.Windows.DependencyObject -> bool
Public Shared Function GetContextualAlternates (element As DependencyObject) As Boolean

Parameters

element
DependencyObject

Het afhankelijkheidsobject waarvoor de waarde van de ContextualAlternates eigenschap moet worden opgehaald.

Retouren

De huidige waarde van de ContextualAlternates gekoppelde eigenschap voor het opgegeven afhankelijkheidsobject.

Kenmerken

Van toepassing op

Zie ook