GetMultiple Method
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Sub GetMultiple ( _
cb As Integer, _
ByRef rgolestr As String, _
<OutAttribute> ByRef rgvar As Object _
)
'Usage
Dim instance As IDictionary
Dim cb As Integer
Dim rgolestr As String
Dim rgvar As Object
instance.GetMultiple(cb, rgolestr, rgvar)
void GetMultiple(
int cb,
ref string rgolestr,
out Object rgvar
)
void GetMultiple(
[InAttribute] int cb,
[InAttribute] String^% rgolestr,
[OutAttribute] Object^% rgvar
)
function GetMultiple(
cb : int,
rgolestr : String,
rgvar : Object
)
Parameters
- cb
Type: System..::.Int32
- rgolestr
Type: System..::.String%
- rgvar
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.