JSObject.GetTypeOfProperty(String) Метод

Определение

Возвращает typeof() свойство .

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

Параметры

propertyName
String

Имя свойства.

Возвращаемое значение

Один из "undefined", "object", "boolean", "number", "bigint", "string", "symbol" или "function".

Применяется к