JSObject.GetTypeOfProperty(String) メソッド

定義

プロパティの typeof() を返します。

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

パラメーター

propertyName
String

プロパティの名前。

戻り値

"undefined"、"object"、"boolean"、"number"、"bigint"、"string"、"symbol"、または "function" のいずれか。

適用対象