MSHelp Keyword Class
This represents an Microsoft help index keyword that can be added to the XML data island in each help
topic generated by BuildAssembler.
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public class MSHelpKeyword : IComparable<MSHelpKeyword>,
INotifyPropertyChangedVB
Public Class MSHelpKeyword
Implements IComparable(Of MSHelpKeyword), INotifyPropertyChangedC++
public ref class MSHelpKeyword : IComparable<MSHelpKeyword^>,
INotifyPropertyChangedF#
type MSHelpKeyword =
class
interface IComparable<MSHelpKeyword>
interface INotifyPropertyChanged
end- Inheritance
- Object MSHelpKeyword
- Implements
- INotifyPropertyChanged, IComparableMSHelpKeyword
Constructors
| MSHelpKeyword | Constructor |
| MSHelpKeyword(String, String) | Constructor |
Properties
| Index | This is used to get or set the index name |
| IndexNamesDataSource | This read-only property returns a dictionary containing the valid index names and their descriptions suitable for data binding. |
| Term | This is used to get or set the index term |
| ValidIndexNames | This read-only property returns an enumerable list of valid index names |
Methods
| 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) |
| OnPropertyChanged | This raises the PropertyChanged event |
| ToString |
Return a string representation of the item
(Overrides ObjectToString) |
Events
| PropertyChanged | The property changed event |