MSHelpKeywordIndexNamesDataSource Property
This read-only property returns a dictionary containing the valid index names and their descriptions
suitable for data binding.
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public static IDictionary<string, string> IndexNamesDataSource { get; }
Public Shared ReadOnly Property IndexNamesDataSource As IDictionary(Of String, String)
Get
public:
static property IDictionary<String^, String^>^ IndexNamesDataSource {
IDictionary<String^, String^>^ get ();
}
static member IndexNamesDataSource : IDictionary<string, string> with get
Property Value
IDictionaryString,
String