This documentation is archived and is not being maintained.
IProgressPage Interface
Visual Studio 2010
Defines the interaction between Windows Presentation Foundation (WPF) applications that are hosting interoperation content, and a host supplied progress page.
Assembly: PresentationFramework (in PresentationFramework.dll)
The IProgressPage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApplicationName | Gets or sets the application's name. |
![]() | DeploymentPath | Gets or sets the Uri path to the application deployment manifest. |
![]() | PublisherName | Gets or sets the application's publisher. |
![]() | RefreshCallback | Gets or sets a reference to a DispatcherOperationCallback handler, that can handle the case of a user-initiated Refresh command. |
![]() | StopCallback | Gets or sets a reference to a DispatcherOperationCallback handler, that can handle the case of a user-initiated Stop command. |
| Name | Description | |
|---|---|---|
![]() | UpdateProgress | Provides upload progress numeric information that can be used to update the progress indicators. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
