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
- cb
Type: System..::.Int32
- rgolestr
Type: System..::.String%
- rgvar
Type: System..::.Object%
Implements
IDictionary..::.PutMultiple(Int32, String%, 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.