Click or drag to resize
Sandcastle Help File BuilderDocumentationSourceCollection Properties

The DocumentationSourceCollection type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListDocumentationSource.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListDocumentationSource.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListDocumentationSource.)
Public propertyAssemblies
This read-only property returns a list of assemblies in the collection.
Public propertyCommentsFiles
This read-only property returns a list of XML comments files in the collection.
Public propertyCount (Inherited from CollectionDocumentationSource.)
Public propertyIsDirty
This is used to get or set the dirty state of the collection
Protected propertyIsSortedCore
Gets a value indicating whether the list is sorted.
(Inherited from BindingListDocumentationSource.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionDocumentationSource.)
Protected propertyItems (Inherited from CollectionDocumentationSource.)
Public propertyRaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListDocumentationSource.)
Protected propertySortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingListDocumentationSource.)
Protected propertySortPropertyCore
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.
(Inherited from BindingListDocumentationSource.)
Protected propertySupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListDocumentationSource.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingListDocumentationSource.)
Protected propertySupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingListDocumentationSource.)
Top
See Also