Click or drag to resize
Sandcastle Help File BuilderCodeSnippetCollection Properties

The CodeSnippetCollection 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 BindingListCodeReference.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListCodeReference.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListCodeReference.)
Public propertyCodeSnippetFile
This is used to get the build item related to the code snippet file containing the collection items.
Public propertyCount (Inherited from CollectionCodeReference.)
Protected propertyIsSortedCore
Gets a value indicating whether the list is sorted.
(Inherited from BindingListCodeReference.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionCodeReference.)
Protected propertyItems (Inherited from CollectionCodeReference.)
Public propertyRaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListCodeReference.)
Protected propertySortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingListCodeReference.)
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 BindingListCodeReference.)
Protected propertySupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListCodeReference.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingListCodeReference.)
Protected propertySupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingListCodeReference.)
Top
See Also