SmartTagCollection.OnInsert Method (2003 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

This member overrides CollectionBase.OnInsert(Int32, Object).

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Protected Overrides Sub OnInsert ( _
    index As Integer, _
    value As Object _
)
'Usage
Dim index As Integer
Dim value As Object

Me.OnInsert(index, value)
protected override void OnInsert(
    int index,
    Object value
)

Parameters

Permissions

See Also

Reference

SmartTagCollection Class

SmartTagCollection Members

Microsoft.Office.Tools Namespace