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
- Index
Type: System..::.Int32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.