TestScenario.ReportProgress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReportProgress(String)
protected void ReportProgress(string progressReport);
member this.ReportProgress : string -> unit
Protected Sub ReportProgress (progressReport As String)
Parameters
- progressReport
- System.String
Applies to
ReportProgress(String, Object[])
protected void ReportProgress(string format, params object[] args);
member this.ReportProgress : string * obj[] -> unit
Protected Sub ReportProgress (format As String, ParamArray args As Object())
Parameters
- format
- System.String
- args
- System.Object[]