FixedDocumentSequence.References 属性

定义

重要

此 API 不符合 CLS。

获取文档序列的子元素的 DocumentReference 集合。

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

属性值

文档序列的子元素的 DocumentReference 集合。

属性

适用于

另请参阅