[This is preliminary documentation and is subject to change.]
Implementuje CSV formát
The CSV..::..ListInternal type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CSV..::..ListInternal | Initializes a new instance of the CSV..::..ListInternal class |
Methods
Properties
| Name | Description | |
|---|---|---|
| AddingReadOnly | (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| AllowAddCancelableEventsHandlers | Determines if it is allowed to add handlers for events that supports cancellation (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| AllowEdit | Gets whether you can update items in the list. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| AllowItemCancel | Gets or sets value indicating if items implementing ICollectionCancelItem are allowed to cancel itselves being added/removed to/from the list. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| AllowRemove | Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32). (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| AsReadOnly | Gives read-only access to underlying List()()()() (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| CanAddNew | Gets whether you can add items to the list using AddNew()()()(). (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| CancelError | Gets value indicating if an OperationCanceledException is thrown when item operation is canceled in event handler. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| Count | Gets the number of elements contained in the ListWithEvents<(Of <(<'T>)>)>. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| IList_Item | Obsolete. Gets or sets the element at the specified index. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| InternalList | Gives access to underlying List()()()() (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| IsAllowItemCancelLocked | Gets value indicationg if value of the AllowItemCancel can be changed (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| IsReadOnly | Gets a value indicating whether the ListWithEvents<(Of <(<'T>)>)> is read-only (always false). (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| IsSorted | Throws NotSupportedException (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| IsSynchronized | Obsolete. Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| Item | Gets or sets the element at the specified index. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| Locked | Determines if the ListWithEvents<(Of <(<'T>)>)> isn locked (being locked prevents if from being edited) (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| Owner | Custom property wher owner of the list can be stored to provide bi-directional reference (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| SortDirection | Throws NotSupportedException (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| SortProperty | Throws NotSupportedException (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| SupportsChangeNotification | Gets whether a ListChanged event is raised when the list changes or an item in the list changes. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| SupportsSearching | Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| SupportsSorting | Gets whether the list supports sorting. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| SyncRoot | Obsolete. Gets an object that can be used to synchronize access to the ICollection. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) |
Events
| Name | Description | |
|---|---|---|
| Added | Raised after an item is added to the list. Raised by Add(T) and Insert(Int32, T) methods (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| Adding | Raised before an item is added to the list. Raised by Add(T) and Insert(Int32, T) methods. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| Cleared | Raised after the list is cleared. Raised by Clear()()()() method. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| Clearing | Raised before the list is cleared. Raised by Clear()()()() method. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| CollectionChanged | Raised when this ListWithEvents<(Of <(<'T>)>)> collection changes. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| Changed | Raised when value of member changes (Inherited from ListWithEventsBase.) | |
| INotifyCollectionChanged_CollectionChanged | Occurs when the collection changes. Implements the CollectionChanged event. This event is provided for compatibility with INotifyCollectionChanged interface. ListWithEvents<(Of <(<'T>)>)> provides CollectionChanged event which provides detailed information about what has with the collection. (Inherited from ListWithEventsBase.) | |
| ItemChanged | Raised after item in the list is changed. Raised by setter of Item[([( Int32])]) property. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| ItemChanging | Raised before an item is changed. Raised by setter of Item[([( Int32])]) property. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| ItemValueChanged | Raised when any of items that is of type IReportsChange raises Changed event (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| ListChanged | Occurs when the list changes or an item in the list changes. (Inherited from ListWithEventsBase.) | |
| Removed | Raised after the list is cleared. Raised by Remove(T) and RemoveAt(Int32) methods. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) | |
| Removing | Raised before item is removed from the list. Raised by Remove(T) and RemoveAt(Int32) methods. (Inherited from ListWithEvents<(Of <(<'T>)>)>.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| INotifyPropertyChanged..::..PropertyChanged | (Inherited from ListWithEventsBase.) |