AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingList<XmlCommentsFile>) |
AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew() method. (Inherited from BindingList<XmlCommentsFile>) |
AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (Inherited from BindingList<XmlCommentsFile>) |
ContainsInheritedDocumentation | This read-only property returns true if any of the comments files contain an inheritdoc, AttachedPropertyComments, or AttachedEventComments tag indicating that the Inherited Documentation tool will need to be ran. |
Count | Gets the number of elements actually contained in the Collection<T>. (Inherited from Collection<XmlCommentsFile>) |
IsSortedCore | Gets a value indicating whether the list is sorted. (Inherited from BindingList<XmlCommentsFile>) |
Item | Gets or sets the element at the specified index. (Inherited from Collection<XmlCommentsFile>) |
Items | Gets a IList<T> wrapper around the Collection<T>. (Inherited from Collection<XmlCommentsFile>) |
RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingList<XmlCommentsFile>) |
SortDirectionCore | Gets the direction the list is sorted. (Inherited from BindingList<XmlCommentsFile>) |
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 BindingList<XmlCommentsFile>) |
SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingList<XmlCommentsFile>) |
SupportsSearchingCore | Gets a value indicating whether the list supports searching. (Inherited from BindingList<XmlCommentsFile>) |
SupportsSortingCore | Gets a value indicating whether the list supports sorting. (Inherited from BindingList<XmlCommentsFile>) |