This public enumerated type defines the type of links used to reference other help topics referring to framework (SDK) help topics in MS Help 2 help files.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
[SerializableAttribute]
public enum MSHelp2SdkLinkType
Visual Basic
<SerializableAttribute> _
Public Enumeration MSHelp2SdkLinkType

Members

Member nameValueDescription
None0No active links
Index1Index style links for use within an MS Help 2 help file.
Msdn2Links to framework topics online at MSDN

See Also