IVstaHostObjectCollection.RemoveAt Method

Removes the host object at the specified index location.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Sub RemoveAt ( _
    index As Integer _
)
'Usage
Dim instance As IVstaHostObjectCollection 
Dim index As Integer

instance.RemoveAt(index)
void RemoveAt(
    int index
)
void RemoveAt(
    int index
)
function RemoveAt(
    index : int
)

Parameters

.NET Framework Security

See Also

Reference

IVstaHostObjectCollection Interface

IVstaHostObjectCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace