IShellLinkWSetArguments Method
Sets the command-line arguments for a Shell link object.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void SetArguments(
string args
)
Sub SetArguments (
args As String
)
Dim instance As IShellLinkW
Dim args As String
instance.SetArguments(args)
void SetArguments(
String^ args
)
abstract SetArguments :
args : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- args String
-
A pointer to a buffer that contains the new command-line arguments.
In the case of a Unicode string, there is no limitation on maximum string length.
In the case of an ANSI string, the maximum length of the returned string varies depending on the
version of Windows.