Microsoft.VisualStudio.Shel ...


Visual Studio SDK
IVsGeneratorProgress Interface

Updated: November 2007

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)

Syntax

Visual Basic (Declaration)
<GuidAttribute("BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsGeneratorProgress
Visual Basic (Usage)
Dim instance As IVsGeneratorProgress
C#
[GuidAttribute("BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")]
[InterfaceTypeAttribute()]
public interface IVsGeneratorProgress
Visual C++
[GuidAttribute(L"BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")]
[InterfaceTypeAttribute()]
public interface class IVsGeneratorProgress
JScript
public interface IVsGeneratorProgress
Remarks

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:

See Also

Reference

Page view tracker