Topic Transformation CoreBibliography Data Property
This read-only property returns the content of the bibliography data file if a
BibliographyDataFile has been specified.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The key is the reference name, the value is the reference element
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IReadOnlyDictionary<string, XElement> BibliographyData { get; }VB
Public ReadOnly Property BibliographyData As IReadOnlyDictionary(Of String, XElement)
GetC++
public:
property IReadOnlyDictionary<String^, XElement^>^ BibliographyData {
IReadOnlyDictionary<String^, XElement^>^ get ();
}F#
member BibliographyData : IReadOnlyDictionary<string, XElement> with getProperty Value
IReadOnlyDictionaryString, XElementThe key is the reference name, the value is the reference element