This topic has not yet been rated - Rate this topic

IVsGeneratorProgress Interface

Enables the single file generator to report on its progress and to provide additional warning and/or error information.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
[GuidAttribute("BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")]
[InterfaceTypeAttribute()]
public interface IVsGeneratorProgress

The IVsGeneratorProgress type exposes the following members.

  Name Description
Public method GeneratorError Returns warning and error information to the project system.
Public method Progress Sets an index that specifies how much of the generation has been completed.
Top

When a custom tool is loaded, or the input for a custom tool is saved, the Visual Basic or Visual C# project system invokes the Generate Method, and passes a reference to IVsGeneratorProgress that enables the single file generator to report its progress to the user.

Notes to Implementers

Notes to Callers
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ