This collection class is used to hold the help index keyword items for a project.

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

Syntax

C#
[SerializableAttribute]
public class MSHelpKeywordCollection : BindingList<MSHelpKeyword>
Visual Basic
<SerializableAttribute> _
Public Class MSHelpKeywordCollection _
	Inherits BindingList(Of MSHelpKeyword)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'MSHelpKeyword>)>)>
    System.ComponentModel..::..BindingList<(Of <(<'MSHelpKeyword>)>)>
      SandcastleBuilder.Utils..::..MSHelpKeywordCollection

See Also