IVsGeneratorProgress 接口

使单文件生成器报告其进度并提供其他警告和错误信息。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
<GuidAttribute("BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsGeneratorProgress
[GuidAttribute("BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")]
[InterfaceTypeAttribute()]
public interface IVsGeneratorProgress

IVsGeneratorProgress 类型公开以下成员。

方法

  名称 说明
公共方法 GeneratorError 返回警告和错误信息对项目系统。
公共方法 Progress 设置指定索引处的多少生成完成。

页首

备注

当自定义工具加载时,或自定义工具的输入保存, Visual Basic 或 Visual C# 项目系统调用 Generate 方法,并传递使单文件生成器其用户报告进度的引用。 IVsGeneratorProgress

对实现者的说明

对调用者的说明

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间