BasePackagingPolicy.CurrentFixedPageUri Property

Definition

When overridden in a derived class, gets the uniform resource identifier (URI) of the fixed page that is processing.

public:
 abstract property Uri ^ CurrentFixedPageUri { Uri ^ get(); };
public abstract Uri CurrentFixedPageUri { get; }
member this.CurrentFixedPageUri : Uri
Public MustOverride ReadOnly Property CurrentFixedPageUri As Uri

Property Value

Uri

The Uri of the current page.

Applies to