Bagikan melalui


JSObject.GetTypeOfProperty(String) Metode

Definisi

Mengembalikan typeof() properti .

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

Parameter

propertyName
String

Nama properti.

Mengembalikan

Salah satu "undefined", "object", "boolean", "number", "bigint", "string", "symbol" atau "function".

Berlaku untuk