IVsAppCommandLine 接口

定义

包使用此接口来读取用户输入的命令行开关。

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)

检索命令行开关。

适用于