IV8FastHostObjectOperations.DeleteProperty(IV8FastHostObject, Int32) Method |
Deletes an indexed property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxbool DeleteProperty(
IV8FastHostObject instance,
int index
)
Function DeleteProperty (
instance As IV8FastHostObject,
index As Integer
) As Boolean
bool DeleteProperty(
IV8FastHostObject^ instance,
int index
)
abstract DeleteProperty :
instance : IV8FastHostObject *
index : int -> bool
Parameters
- instance IV8FastHostObject
- The object whose property to delete.
- index Int32
- The index of the property to delete.
Return Value
BooleanTrue if the property was deleted or does not exist;
false if the property exists but is not deletable.
See Also