IProgress(T).Report Method
Collapse the table of content
Expand the table of content

Progress(Of T).IProgress(Of T).Report Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Reports a progress change.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Private Sub Report ( _
	value As T _
) Implements IProgress(Of T).Report

Parameters

value
Type: T
The value of the updated progress.

Implements

IProgress(Of T).Report(T)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft