| TopicCollection Properties |
The TopicCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingListTopic.) | |
| AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew method. (Inherited from BindingListTopic.) | |
| AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (Inherited from BindingListTopic.) | |
| ApiContentInsertionPoint |
This is used to get the topic at which the API table of contents is
to be inserted or parented.
| |
| ContentLayoutFile |
This is used to get the build item related to the content layout
file containing the collection items.
| |
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionTopic.) | |
| DefaultTopic |
This is used to get the default topic
| |
| FileItem |
This read-only property returns the project file item associated
with the collection.
| |
| IsSortedCore | Gets a value indicating whether the list is sorted. (Inherited from BindingListTopic.) | |
| ItemInt32 | Gets or sets the element at the specified index. (Inherited from CollectionTopic.) | |
| ItemString |
This can be used to get a topic by its unique ID (case-insensitive)
| |
| Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionTopic.) | |
| MSHVRootContentContainer |
This is used to get the topic that will serve as the root content
container in MS Help Viewer output.
| |
| RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingListTopic.) | |
| SortDirectionCore | Gets the direction the list is sorted. (Inherited from BindingListTopic.) | |
| SortPropertyCore | Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null. (Inherited from BindingListTopic.) | |
| SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingListTopic.) | |
| SupportsSearchingCore | Gets a value indicating whether the list supports searching. (Inherited from BindingListTopic.) | |
| SupportsSortingCore | Gets a value indicating whether the list supports sorting. (Inherited from BindingListTopic.) |