JSObject.GetTypeOfProperty(String) Metoda

Definice

Vrátí typeof() hodnotu vlastnosti.

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

Parametry

propertyName
String

Název vlastnosti

Návraty

Jeden z "undefined", "object", "boolean", "number", "bigint", "string", "symbol" nebo "function".

Platí pro