IVsParseCommandLine::ParseCommandTail Method (String^, Int32)

 

Parses the tail of the command line.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int ParseCommandTail(
	String^ szCommandTail,
	int iMaxParams
)

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::Int32

If 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
);
Return to top
Show: