JSObject.GetTypeOfProperty(String) Méthode
Définition
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.
Retourne typeof() la propriété .
public:
System::String ^ GetTypeOfProperty(System::String ^ propertyName);
public string GetTypeOfProperty (string propertyName);
member this.GetTypeOfProperty : string -> string
Public Function GetTypeOfProperty (propertyName As String) As String
Paramètres
- propertyName
- String
Nom de la propriété.
Retours
Un des « undefined », « object », « boolean », « number », « bigint », « string », « symbol » ou « function ».