JSObject.GetTypeOfProperty(String) Método

Definição

Retorna typeof() da propriedade .

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

Parâmetros

propertyName
String

O nome da propriedade.

Retornos

Um dos "indefinidos", "object", "boolean", "number", "bigint", "string", "symbol" ou "function".

Aplica-se a