ObjectPrototype.propertyIsEnumerable(Object, Object) Methode

Definition

Bestimmt, ob die angegebene Eigenschaft des angegebenen Objekts aufgezählt werden kann.

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, auf das diese Methode ausgeführt wird.

name
Object

Die zu testde Eigenschaft.

Gibt zurück

true if name is an enumerable property; otherwise, false.

Attribute

Gilt für: