HTML to MAML Converter
| MSHelpKeyword Class |
This represents an HTML Help 2.x index keyword that can be added to the
XML data island in each help topic generated by BuildAssembler.
Inheritance HierarchyNamespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax[SerializableAttribute] public class MSHelpKeyword : IComparable<MSHelpKeyword>
<SerializableAttribute> Public Class MSHelpKeyword Implements IComparable(Of MSHelpKeyword)
[SerializableAttribute] public ref class MSHelpKeyword : IComparable<MSHelpKeyword^>
[<SerializableAttribute>] type MSHelpKeyword = class interface IComparable<MSHelpKeyword> end
The MSHelpKeyword type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | MSHelpKeyword |
Constructor
|
![]() | MSHelpKeyword(String, String) |
Constructor
|
Properties| Name | Description | |
|---|---|---|
![]() | Index |
This is used to get or set the index name
|
![]() | Term |
This is used to get or set the index term
|
Methods| Name | Description | |
|---|---|---|
![]() | CompareTo |
Compares this instance to another instance and returns an
indication of their relative values.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Get a hash code for this item
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Return a string representation of the item
(Overrides ObjectToString.) |
See Also

