Share via


JSObject.GetTypeOfProperty(String) Méthode

Définition

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 ».

S’applique à