Bibliography ElementDetermine Citations Method
Determine unique citations in the current topic if not already done
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The unique citations in the current topic in the order that they were encountered
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IReadOnlyCollection<string> DetermineCitations(
TopicTransformationCore transformation
)VB
Public Function DetermineCitations (
transformation As TopicTransformationCore
) As IReadOnlyCollection(Of String)C++
public:
IReadOnlyCollection<String^>^ DetermineCitations(
TopicTransformationCore^ transformation
)F#
member DetermineCitations :
transformation : TopicTransformationCore -> IReadOnlyCollection<string> Parameters
- transformation TopicTransformationCore
- The topic transformation from which to get the citations
Return Value
IReadOnlyCollectionStringThe unique citations in the current topic in the order that they were encountered