ObjectPrototype.propertyIsEnumerable(Object, Object) Methode

Definition

Bestimmt, ob die angegebene Eigenschaft des angegebenen Objekts aufzählbar ist.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

thisob
Object

Das Objekt, für den diese Methode ausgeführt wird.

name
Object

Die zu überprüfende Eigenschaft.

Gibt zurück

true, wenn name eine zählbare Eigenschaft ist, andernfalls false.

Attribute

Gilt für: