Share via


Delete Method

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)

Syntax

'Declaration
Sub Delete ( _
    Index As Integer _
)
'Usage
Dim instance As ISimpleList
Dim Index As Integer

instance.Delete(Index)
void Delete(
    int Index
)
void Delete(
    [InAttribute] int Index
)
function Delete(
    Index : int
)

Parameters

Permissions

See Also

Reference

ISimpleList Interface

ISimpleList Members

Microsoft.CommerceServer.Runtime Namespace