Updated: November 2007
This interface is used by a package to read command-line switches entered by the user.
<InterfaceTypeAttribute()> _ <GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")> _ Public Interface IVsAppCommandLine
Dim instance As IVsAppCommandLine
[InterfaceTypeAttribute()] [GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")] public interface IVsAppCommandLine
[InterfaceTypeAttribute()] [GuidAttribute(L"C7F21561-D58A-11D2-BF4A-0080C728D9A0")] public interface class IVsAppCommandLine
public interface IVsAppCommandLine
Implemented by the Visual Studio environment.
Call IVsAppCommandLine each time your package is loaded.