IList.Remove Method
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Private Sub Remove ( _
promotionCode As Object _
) Implements IList.Remove
'Usage
Dim instance As PromoCodeStringCollection
Dim promotionCode As Object
CType(instance, IList).Remove(promotionCode)
void IList.Remove(
Object promotionCode
)
private:
virtual void Remove(
Object^ promotionCode
) sealed = IList::Remove
JScript does not support explicit interface implementations.
Parameters
- promotionCode
Type: System..::.Object
Implements
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.
See Also
Reference
PromoCodeStringCollection Class