Udostępnij za pośrednictwem


JSObject.GetTypeOfProperty(String) Metoda

Definicja

Zwraca typeof() właściwość .

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

Nazwa właściwości.

Zwraca

Jeden z "niezdefiniowanych", "object", "boolean", "number", "bigint", "string", "symbol" lub "function".

Dotyczy