IVsAppCommandLine 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包使用此接口来读取用户输入的命令行开关。
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(1)>]
type IVsAppCommandLine = interface
Public Interface IVsAppCommandLine
- 属性
实施者说明
由 Visual Studio 环境实现。
调用方说明
每次加载包时调用 IVsAppCommandLine 。
方法
| GetOption(String, Int32, String) |
检索命令行开关。 |