| TocEntryCollectionSetItem Method |
This is overridden to set the inserted item's parent to this
collection.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax protected override void SetItem(
int index,
TocEntry item
)
Protected Overrides Sub SetItem (
index As Integer,
item As TocEntry
)
protected:
virtual void SetItem(
int index,
TocEntry^ item
) override
abstract SetItem :
index : int *
item : TocEntry -> unit
override SetItem :
index : int *
item : TocEntry -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to replace. - item
- Type: SandcastleBuilder.Utils.ConceptualContentTocEntry
The new value for the item at the specified index. The value can be null for reference types.
Exceptions See Also