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
- complete
Type: System.Int32
- total
Type: System.Int32
.NET Framework Security
- 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.