JSObject.HasProperty(String) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifie si l’objet cible ou l’un de ses prototypes a une propriété avec le nom spécifié.
public:
bool HasProperty(System::String ^ propertyName);
public bool HasProperty (string propertyName);
member this.HasProperty : string -> bool
Public Function HasProperty (propertyName As String) As Boolean
- propertyName
- String
Nom de la propriété.
true
lorsque l’objet a la propriété avec le nom spécifié.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :