IVsGeneratorProgress.Progress (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextTemplating.VSHost
Ensamblado:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (en Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IVsGeneratorProgress Interfaz

Microsoft.VisualStudio.TextTemplating.VSHost (Espacio de nombres)