void SetItemValues(
int ,
object ,
object ,
int ,
string
)
'Declaration
Sub SetItemValues( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object, _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As ISecureContextData
Dim participantCoupon As Integer
Dim itemNames As Object
Dim itemValues As Object
Dim contextCoupon As Integer
Dim appSignature As String
instance.SetItemValues(participantCoupon, itemNames, itemValues, contextCoupon, appSignature)
void SetItemValues(
int ,
Object^ ,
Object^ ,
int ,
String^
)