ObjectPrototype.propertyIsEnumerable(Object, Object) 메서드

정의

지정된 개체의 지정된 속성이 열거 가능한지 여부를 확인합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static bool propertyIsEnumerable(System::Object ^ thisob, System::Object ^ name);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Object_propertyIsEnumerable)]
public static bool propertyIsEnumerable (object thisob, object name);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Object_propertyIsEnumerable)>]
static member propertyIsEnumerable : obj * obj -> bool
Public Shared Function propertyIsEnumerable (thisob As Object, name As Object) As Boolean

매개 변수

thisob
Object

이 메서드가 수행되는 개체입니다.

name
Object

테스트할 속성입니다.

반환

name이 열거 가능한 속성이면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상