TopicTransformationCoreBibliographyData Property
This read-only property returns the content of the bibliography data file if a
BibliographyDataFile has been specified.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IReadOnlyDictionary<string, XElement> BibliographyData { get; }
Public ReadOnly Property BibliographyData As IReadOnlyDictionary(Of String, XElement)
Get
public:
property IReadOnlyDictionary<String^, XElement^>^ BibliographyData {
IReadOnlyDictionary<String^, XElement^>^ get ();
}
member BibliographyData : IReadOnlyDictionary<string, XElement> with get
Property Value
IReadOnlyDictionaryString,
XElementThe key is the reference name, the value is the reference element