| MSHelp2SdkLinkType Enumeration |
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.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax [SerializableAttribute]
public enum MSHelp2SdkLinkType
<SerializableAttribute>
Public Enumeration MSHelp2SdkLinkType
[SerializableAttribute]
public enum class MSHelp2SdkLinkType
[<SerializableAttribute>]
type MSHelp2SdkLinkType
Members
| Member name | Value | Description |
---|
| None | 0 | No active links |
| Index | 1 | Index style links for use within an MS Help 2 help file. |
| Msdn | 2 | Links to framework topics online at MSDN |
See Also