IVsParseCommandLine::ParseCommandTail Method (String^, Int32)
Visual Studio 2015
Parses the tail of the command line.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- szCommandTail
-
Type:
System::String^
[in] String containing the command line.
- iMaxParams
-
Type:
System::Int32
[in] Integer—the maximum number of parameters.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsParseCommandLine::ParseCommandTail( [in, ref] LPCOLESTR szCommandTail, [in] int iMaxParams );
Show: