Freigeben über


IVsGeneratorProgress.Progress-Methode

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsGeneratorProgress Schnittstelle

Microsoft.VisualStudio.TextTemplating.VSHost-Namespace