This namespace contains custom build components used by the Sandcastle BuildAssembler tool. The components are used to add additional features to the help topics such as a code colorization, alternate framework data caching implementations, etc.
Classes
| Class | Description | |
|---|---|---|
| CachedCopyFromIndexComponent |
This build component is obsolete and will be removed in a future release.
| |
| CachedResolveReferenceLinksComponent |
This build component is obsolete and will be removed in a future release.
| |
| CodeBlockComponent |
This build component is used to search for <code> XML comment tags and colorize the code within
them. It can also include code from an external file or a region within the file.
| |
| ESentCopyFromIndexComponent |
This is a version of the CopyFromIndexComponent that stores the index data in one or more
persistent ESENT databases.
| |
| ESentResolveReferenceLinksComponent |
This is a version of the ResolveReferenceLinksComponent2 that stores the MSDN content IDs and the
framework targets in persistent ESENT databases.
| |
| IntelliSenseComponent |
This component is now obsolete and will be removed in a future release. Use the one in the Sandcastle
BuildComponents assembly instead.
| |
| MSHelpAttrComponent |
This component is now obsolete and will be removed in a future release. Use the one in the Sandcastle
BuildComponents assembly instead.
| |
| MultiFormatOutputComponent |
This build component is used to execute one or more sets of build components each based on a specific
help file output format.
| |
| PostTransformComponent |
This build component is obsolete and will be removed in a future release.
| |
| ShowMissingComponent |
This component is now obsolete and will be removed in a future release. Use the one in the Sandcastle
BuildComponents assembly instead.
| |
| SqlCopyFromIndexComponent |
This is a version of the CopyFromIndexComponent that stores the index data in a persistent SQL
database.
| |
| SqlDictionary<(Of <(<'TValue>)>)> |
This is a simple dictionary that stores its data in a SQL Server database table. An optional group ID
can be used to segregate values within the dictionary.
| |
| SqlResolveReferenceLinksComponent |
This is a version of the ResolveReferenceLinksComponent2 that stores the MSDN content IDs and the
framework targets in persistent SQL databases.
|