BasePackagingPolicy.CurrentFixedDocumentUri Property

Definition

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

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

Property Value

Uri

The Uri of the current document.

Applies to