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.

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
[SerializableAttribute]
public class MSHelpKeyword : IComparable<MSHelpKeyword>
Inheritance
Object    MSHelpKeyword
Implements
IComparableMSHelpKeyword

Constructors

Properties

Index This is used to get or set the index name
Term This is used to get or set the index term

Methods

CompareTo Compares this instance to another instance and returns an indication of their relative values.
EqualsDetermines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
FinalizeAllows 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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Return a string representation of the item
(Overrides ObjectToString)

See Also