Condividi tramite


JSObject.GetTypeOfProperty(String) Metodo

Definizione

Restituisce typeof() la proprietà .

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

Parametri

propertyName
String

Nome della proprietà.

Restituisce

Uno di "undefined", "object", "boolean", "number", "bigint", "string", "symbol" o "function".

Si applica a