IVsGeneratorProgress.Progress Method

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

Syntax

'宣言
Sub Progress ( _
    complete As Integer, _
    total As Integer _
)
'使用
Dim instance As IVsGeneratorProgress
Dim complete As Integer
Dim total As Integer

instance.Progress(complete, total)
void Progress(
    int complete,
    int total
)
void Progress(
    int complete, 
    int total
)
function Progress(
    complete : int, 
    total : int
)

Parameters

Permissions

See Also

Reference

IVsGeneratorProgress Interface

IVsGeneratorProgress Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace