IJsObjectPropertyCollection.Remove Method (UInt32) |
Removes a property with the specified index in the JavaScript object.
Once you remove the property, it will not be available in the current JavaScript object anymore.
Namespace:
DotNetBrowser.Js
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.11
Syntaxbool Remove(
uint index
)
Parameters
- index
- Type: System.UInt32
The index of the property or function.
Return Value
Type:
Booleantrue if the property was successfully removed.
Exceptions
See Also