IVsAppCommandLine 接口
包使用此接口来读取用户输入的命令行开关。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")> _
Public Interface IVsAppCommandLine
[InterfaceTypeAttribute()]
[GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")]
public interface IVsAppCommandLine
IVsAppCommandLine 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
GetOption | 检索命令行开关。 |
页首
备注
对实现者的说明
实现由 Visual Studio 环境中。
对调用者的说明
,每次包加载,请调用 IVsAppCommandLine 。