Share via


Add Method

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

Syntax

'Declaration
Sub Add ( _
    ByRef pVar As Object _
)
'Usage
Dim instance As ISimpleList
Dim pVar As Object

instance.Add(pVar)
void Add(
    ref Object pVar
)
void Add(
    [InAttribute] Object^% pVar
)
function Add(
    pVar : Object
)

Parameters

Permissions

See Also

Reference

ISimpleList Interface

ISimpleList Members

Microsoft.CommerceServer.Runtime Namespace