This represents an MS Help 2 attribute that can be added to the XML data island in each help topic generated by BuildAssembler.

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

Syntax

C#
[SerializableAttribute]
public class MSHelpAttr : PropertyBasedCollectionItem, IComparable<MSHelpAttr>, 
	INotifyPropertyChanged
Visual Basic
<SerializableAttribute> _
Public Class MSHelpAttr _
	Inherits PropertyBasedCollectionItem _
	Implements IComparable(Of MSHelpAttr), INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.Utils..::..PropertyBasedCollectionItem
    SandcastleBuilder.Utils..::..MSHelpAttr

See Also