FixedDocumentSequence.References Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.DocumentReferenceCollectionPublic ReadOnly Property References As DocumentReferenceCollectionProperty Value
A collection of the document sequence's DocumentReference child elements.
- Attributes