Specifies the types that should be used when passing the input arguments to the server.
Syntax
'Declaration
Sub SetInputTypes( _
ByRef () As Type _
)
'Usage
Dim instance As _UACallArguments
Dim inputTypes() As Type
instance.SetInputTypes(inputTypes)
void SetInputTypes(
ref Type[]
)
void SetInputTypes(
array<Type^>^%
)
Parameters
- inputTypes
Return Value
The types that should be used when passing the input arguments to the server.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also