MSHelp KeywordIndex Names Data Source Property
This read-only property returns a dictionary containing the valid index names and their descriptions
suitable for data binding.
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 static IDictionary<string, string> IndexNamesDataSource { get; }VB
Public Shared ReadOnly Property IndexNamesDataSource As IDictionary(Of String, String)
GetC++
public:
static property IDictionary<String^, String^>^ IndexNamesDataSource {
IDictionary<String^, String^>^ get ();
}F#
static member IndexNamesDataSource : IDictionary<string, string> with get