Share via


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" 중 하나입니다.

적용 대상