'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetInputArguments( _ ByVal inputArguments As Object _ )
'Usage
Dim instance As UACallArguments Dim inputArguments As Object instance.SetInputArguments(inputArguments)
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetInputArguments( object inputArguments )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetInputArguments( Object^ inputArguments )
Parameters
- inputArguments
The value of this parameter cannot be
null
(Nothing
in Visual Basic).