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