Share via


PutMultiple Method

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

Syntax

'Declaration
Public Overridable Sub PutMultiple ( _
    cb As Integer, _
    ByRef rgolestr As String, _
    ByRef rgvar As Object _
)
'Usage
Dim instance As DictionaryClass
Dim cb As Integer
Dim rgolestr As String
Dim rgvar As Object

instance.PutMultiple(cb, rgolestr, rgvar)
public virtual void PutMultiple(
    int cb,
    ref string rgolestr,
    ref Object rgvar
)
public:
virtual void PutMultiple(
    [InAttribute] int cb, 
    [InAttribute] String^% rgolestr, 
    [InAttribute] Object^% rgvar
)
public function PutMultiple(
    cb : int, 
    rgolestr : String, 
    rgvar : Object
)

Parameters

Implements

IDictionary..::.PutMultiple(Int32, String%, Object%)

Permissions

See Also

Reference

DictionaryClass Class

DictionaryClass Members

Microsoft.CommerceServer.Runtime Namespace