Share via


JSObject.GetTypeOfProperty(String) Methode

Definition

Rückgaben typeof() der -Eigenschaft.

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

Der Name der Eigenschaft.

Gibt zurück

Einer von "undefined", "object", "boolean", "number", "bigint", "string", "symbol" oder "function".

Gilt für: