ProgressUpdateEventArgs.ProgressType Property
Applies To: Windows 8.1
The type of progress data that is contained within the other parameters. Client applications need to interpret the other parameters based on the value in this parameter.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As ProgressUpdateEventArgs
Dim value As AxeProgressType
value = instance.ProgressType
Syntax
'Declaration
Public ReadOnly Property ProgressType As AxeProgressType
public AxeProgressType ProgressType { get; }
public:
property AxeProgressType ProgressType {
AxeProgressType get ();
}
/** @property */
public AxeProgressType get_ProgressType ()
public function get ProgressType () : AxeProgressType
Property Value
Returns AxeProgressType.
Remarks
A value of the AxeProgressType enumeration that describes the type of progress that is being reported by the assessment to the AXE engine by the ReportProgress method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
ProgressUpdateEventArgs Class
ProgressUpdateEventArgs Members
Microsoft.Assessments.Hosting Namespace