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
- pVar
Type: System..::.Object%
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.