SetItem Method (ConditionalStyleItemCollection)
In This Topic
Replaces the element at the specified index.
Syntax
'Declaration
Protected Overrides NotOverridable Sub SetItem( _
ByVal As Integer, _
ByVal As ConditionalStyleItem _
)
'Usage
Dim instance As ConditionalStyleItemCollection
Dim index As Integer
Dim item As ConditionalStyleItem
instance.SetItem(index, item)
protected override void SetItem(
int ,
ConditionalStyleItem
)
Parameters
- index
- The zero based index of the element to replace.
- item
- The new value for the element at the specified index. The value can be a null reference (Nothing in Visual Basic) for reference types.
Exceptions
See Also