FrameworkElement.IQueryAmbient.IsAmbientPropertyAvailable(String) Méthode

Définition

Pour obtenir une description de ce membre, consultez la méthode IsAmbientPropertyAvailable(String).

 virtual bool System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable(System::String ^ propertyName) = System::Windows::Markup::IQueryAmbient::IsAmbientPropertyAvailable;
bool IQueryAmbient.IsAmbientPropertyAvailable (string propertyName);
abstract member System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable : string -> bool
override this.System.Windows.Markup.IQueryAmbient.IsAmbientPropertyAvailable : string -> bool
Function IsAmbientPropertyAvailable (propertyName As String) As Boolean Implements IQueryAmbient.IsAmbientPropertyAvailable

Paramètres

propertyName
String

Nom de la propriété ambiante demandée.

Retours

Boolean

true si propertyName est disponible ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de FrameworkElement est castée en interface IQueryAmbient.

S’applique à