'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetInputTypes( _ ByRef inputTypes() As Type _ )
'Usage
Dim instance As UACallArguments Dim inputTypes() As Type instance.SetInputTypes(inputTypes)
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetInputTypes( ref Type[] inputTypes )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetInputTypes( array<Type^>^% inputTypes )
Parameters
- inputTypes
The value of this parameter can be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).