This interface is used by a package to read command-line switches entered by the user.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")]
public interface IVsAppCommandLine
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0") */
public interface IVsAppCommandLine
InterfaceTypeAttribute(1)
GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")
public interface IVsAppCommandLine
Notes to Implementers
Implemented by the Visual Studio environment.
Notes to Callers
Call
IVsAppCommandLine each time your package is loaded.