JSObject.GetTypeOfProperty(String) Méthode

Définition

Renvoie 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 de « undefined », « object », « boolean », « number », « bigint », « string », « symbol » ou « function ».

S’applique à