Share via


IVsGeneratorProgress.Progress Method

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Syntax

'Declaration
Sub Progress ( _
    complete As Integer, _
    total As Integer _
)
void Progress(
    int complete,
    int total
)
void Progress(
    int complete, 
    int total
)
abstract Progress : 
        complete:int * 
        total:int -> unit 
function Progress(
    complete : int, 
    total : int
)

Parameters

.NET Framework Security

See Also

Reference

IVsGeneratorProgress Interface

Microsoft.VisualStudio.TextTemplating.VSHost Namespace