IProgressPage Interface

Definition

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

public interface class IProgressPage
public interface IProgressPage
type IProgressPage = interface
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

See also