'Declaration
Sub SetInputTypes( _ ByRef inputTypes() As Type _ )
'Usage
Dim instance As _UACallArguments Dim inputTypes() As Type instance.SetInputTypes(inputTypes)
void SetInputTypes( ref Type[] inputTypes )
void SetInputTypes( array<Type^>^% inputTypes )
Parameters
- inputTypes
Return Value
The types that should be used when passing the input arguments to the server.