Aracılığıyla paylaş


ObjectPrototype.propertyIsEnumerable(Object, Object) Yöntem

Tanım

Belirtilen nesnenin belirtilen özelliğinin numaralandırılabilir olup olmadığını belirler.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

thisob
Object

Bu yöntemin işlem yaptığı nesne.

name
Object

Test için özellik.

Döndürülenler

true numaralandırılabilir bir özellikse name ; değilse, false.

Öznitelikler

Şunlara uygulanır