JSObject.GetTypeOfProperty(String) Método

Definição

Devoluções 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.

Devoluções

Um de "indefinido", "objeto", "booleano", "número", "bigint", "string", "símbolo" ou "função".

Aplica-se a