IVsParseCommandLine::GetSwitchValueCount Method (Int32)
Visual Studio 2015
Gets the number of switch values on the command line.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- piSwitchValueCount
-
Type:
System::Int32
[out] Pointer to an integer containing the number of switch values.
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::GetSwitchValueCount(
[out, retval] int* piSwitchValueCount
);
Show: