Click or drag to resize

IJsObjectPropertyCollectionContains Method (UInt32)

Checks whether the JavaScript object has a property with the specified index.

Namespace:  DotNetBrowser.Js
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool Contains(
	uint index
)

Parameters

index
Type: SystemUInt32
The index of the property.

Return Value

Type: Boolean
true if the object has a property with the given index.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IJsObject has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also