IV8FastHostObjectOperations.DeleteProperty(IV8FastHostObject, String) Method |
Deletes a named property.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxbool DeleteProperty(
IV8FastHostObject instance,
string name
)
Function DeleteProperty (
instance As IV8FastHostObject,
name As String
) As Boolean
bool DeleteProperty(
IV8FastHostObject^ instance,
String^ name
)
abstract DeleteProperty :
instance : IV8FastHostObject *
name : string -> bool
Parameters
- instance IV8FastHostObject
- The object whose property to delete.
- name String
- The name 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