IVsAppCommandLine Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface is used by a package to read command-line switches entered by the user.
public interface class IVsAppCommandLine
public interface class IVsAppCommandLine
__interface IVsAppCommandLine
[System.Runtime.InteropServices.Guid("C7F21561-D58A-11D2-BF4A-0080C728D9A0")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsAppCommandLine
[System.Runtime.InteropServices.Guid("C7F21561-D58A-11D2-BF4A-0080C728D9A0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppCommandLine
[<System.Runtime.InteropServices.Guid("C7F21561-D58A-11D2-BF4A-0080C728D9A0")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsAppCommandLine = interface
[<System.Runtime.InteropServices.Guid("C7F21561-D58A-11D2-BF4A-0080C728D9A0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppCommandLine = interface
Public Interface IVsAppCommandLine
- Attributes
This interface is safe to access from any thread.
Implemented by the Visual Studio environment.
Call IVsAppCommandLine
each time your package is loaded.
Get |
Retrieves the command line switches. |