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

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

Syntax

C#
public class MSHelpAttrCollection : BindingList<MSHelpAttr>
Visual Basic
Public Class MSHelpAttrCollection _
	Inherits BindingList(Of MSHelpAttr)

Inheritance Hierarchy

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

See Also