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
- complete
Type: System.Int32
- total
Type: System.Int32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.