Aracılığıyla paylaş


JSObject.GetTypeOfProperty(String) Yöntem

Tanım

özelliğinin döndürür 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

Parametreler

propertyName
String

Özelliğin adı.

Döndürülenler

"undefined", "object", "boolean", "number", "bigint", "string", "symbol" veya "function" ifadelerinden biri.

Şunlara uygulanır