IJsObjectPropertyCollection Properties |
The IJsObjectPropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
![]() | ItemString |
Gets or sets a property with the specified name in the current JavaScript object.
The name parameter represents JavaScript object's property name.
|
![]() | ItemUInt32 |
Gets or sets a property with the specified index in the current JavaScript object.
The index parameter represents JavaScript object's property index.
|
![]() | Names |
Gets a collection containing the names of the properties of this object, including properties
from prototype objects.
|
![]() | OwnPropertyNames |
Gets the names of the properties of this object, excluding properties from prototype objects.
|