Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IProgressPage Interface

 

Defines the interaction between Windows Presentation Foundation (WPF) applications that are hosting interoperation content, and a host supplied progress page.

Namespace:   System.Windows.Interop
Assembly:  PresentationFramework (in PresentationFramework.dll)

Public Interface IProgressPage

NameDescription
System_CAPS_pubpropertyApplicationName

Gets or sets the application's name.

System_CAPS_pubpropertyDeploymentPath

Gets or sets the Uri path to the application deployment manifest.

System_CAPS_pubpropertyPublisherName

Gets or sets the application's publisher.

System_CAPS_pubpropertyRefreshCallback

Gets or sets a reference to a DispatcherOperationCallback handler, that can handle the case of a user-initiated Refresh command.

System_CAPS_pubpropertyStopCallback

Gets or sets a reference to a DispatcherOperationCallback handler, that can handle the case of a user-initiated Stop command.

NameDescription
System_CAPS_pubmethodUpdateProgress(Int64, Int64)

Provides upload progress numeric information that can be used to update the progress indicators.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft