This collection class is used to hold the reference link settings information for the AdditionalReferenceLinksPlugIn.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'ReferenceLinkSettings>)>)>
    System.ComponentModel..::..BindingList<(Of <(<'ReferenceLinkSettings>)>)>
      SandcastleBuilder.PlugIns..::..ReferenceLinkSettingsCollection

See Also