Op Englesch liesen Editéieren

Deelen iwwer


IProgressPage Interface

Definition

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

C#
public interface IProgressPage

Properties

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.

Methods

UpdateProgress(Int64, Int64)

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

Applies to

Produkt Versiounen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also