TopicKeywords Property
This is used to get the index keywords that will be added to the MAML topic
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public MSHelpKeywordCollection Keywords { get; }VB
Public ReadOnly Property Keywords As MSHelpKeywordCollection
GetC++
public:
property MSHelpKeywordCollection^ Keywords {
MSHelpKeywordCollection^ get ();
}F#
member Keywords : MSHelpKeywordCollection with get