MonobjcMonobjc Documented Class Library
SetWebScriptValueAtIndexValue Method (index, value)
NamespacesMonobjc.WebKitWebScriptObjectSetWebScriptValueAtIndexValue(UInt32, Id)

Sets the value of a property at the specified index.

Original signature is '- (void)setWebScriptValueAtIndex:(unsigned)index value:(id)value'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetWebScriptValueAtIndexValue(
	uint index,
	Id value
)
Public Overridable Sub SetWebScriptValueAtIndexValue ( _
	index As UInteger, _
	value As Id _
)
public:
virtual void SetWebScriptValueAtIndexValue(
	unsigned int index, 
	Id^ value
)
Parameters
index (UInt32)
The index of the property.
value (Id)
The value of the property.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)