XmlCommentsFileCollection Properties

Properties

AllowEditGets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingList<XmlCommentsFile>)
AllowNewGets or sets a value indicating whether you can add items to the list using the AddNew() method.
(Inherited from BindingList<XmlCommentsFile>)
AllowRemoveGets 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.
CountGets the number of elements actually contained in the Collection<T>.
(Inherited from Collection<XmlCommentsFile>)
IsSortedCoreGets a value indicating whether the list is sorted.
(Inherited from BindingList<XmlCommentsFile>)
ItemGets or sets the element at the specified index.
(Inherited from Collection<XmlCommentsFile>)
ItemsGets a IList<T> wrapper around the Collection<T>.
(Inherited from Collection<XmlCommentsFile>)
RaiseListChangedEventsGets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingList<XmlCommentsFile>)
SortDirectionCoreGets the direction the list is sorted.
(Inherited from BindingList<XmlCommentsFile>)
SortPropertyCoreGets 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>)
SupportsChangeNotificationCoreGets a value indicating whether ListChanged events are enabled.
(Inherited from BindingList<XmlCommentsFile>)
SupportsSearchingCoreGets a value indicating whether the list supports searching.
(Inherited from BindingList<XmlCommentsFile>)
SupportsSortingCoreGets a value indicating whether the list supports sorting.
(Inherited from BindingList<XmlCommentsFile>)

See Also