IQueryAmbient.IsAmbientPropertyAvailable(String) Méthode

Définition

Demande si une propriété nommée spécifiée peut être considérée comme ambiante dans la portée actuelle.

public:
 bool IsAmbientPropertyAvailable(System::String ^ propertyName);
public bool IsAmbientPropertyAvailable (string propertyName);
abstract member IsAmbientPropertyAvailable : string -> bool
Public Function IsAmbientPropertyAvailable (propertyName As String) As Boolean

Paramètres

propertyName
String

Nom de la propriété pour laquelle l'état ambiant doit être vérifié.

Retours

true si la propriété demandée peut être considérée comme ambiante ; sinon, false.

S’applique à