FixedDocumentSequence.References Property

Definition

Important

This API is not CLS-compliant.

Gets a collection of the document sequence's DocumentReference child elements.

public:
 property System::Windows::Documents::DocumentReferenceCollection ^ References { System::Windows::Documents::DocumentReferenceCollection ^ get(); };
[System.CLSCompliant(false)]
public System.Windows.Documents.DocumentReferenceCollection References { get; }
[<System.CLSCompliant(false)>]
member this.References : System.Windows.Documents.DocumentReferenceCollection
Public ReadOnly Property References As DocumentReferenceCollection

Property Value

A collection of the document sequence's DocumentReference child elements.

Attributes

Applies to

See also