Click or drag to resize

IJsObjectPropertyCollection Properties

The IJsObjectPropertyCollection type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyItemString
Gets or sets a property with the specified name in the current JavaScript object. The name parameter represents JavaScript object's property name.
Public propertyItemUInt32
Gets or sets a property with the specified index in the current JavaScript object. The index parameter represents JavaScript object's property index.
Public propertyNames
Gets a collection containing the names of the properties of this object, including properties from prototype objects.
Public propertyOwnPropertyNames
Gets a collection containing the names of the properties of this object, excluding properties from prototype objects.
Top
See Also