MSHelpKeywordIndexNamesDataSource Property
This read-only property returns a dictionary containing the valid index names and their descriptions
suitable for data binding.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.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