JSObject.GetTypeOfProperty(String) Metod

Definition

Returnerar typeof() egenskapen.

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

Parametrar

propertyName
String

Namnet på egendomen.

Returer

Ett av "odefinierat", "objekt", "booleskt", "tal", "bigint", "string", "symbol" eller "function".

Gäller för