|
![]() |
The SavedItemCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds item to the end of the collection.
|
![]() |
AddRange |
Add the items of the specified collection to the SavedItemCollection
|
![]() |
CanAdd |
Determines whether item can be added to the collection.
|
![]() |
Clear |
Removes all items from the collection
|
![]() |
Contains |
Determines whether the SavedItemCollection contains a specific value.
|
![]() |
CopyFrom |
Sets the contents of the collection to the items in from
|
![]() |
CopyTo(ICollection<(Of <<'(SavedItem>)>>)) |
Enumerates over the collection and copies the items into to
|
![]() |
CopyTo(array<SavedItem>[]()[][], Int32) |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Determines the index of a specific item in the SavedItemCollection
|
![]() |
IndexOfDisplayName |
Determines the index of the first item in the collection with the specified DisplayName
|
![]() |
IndexOfGuid |
Determines the index of the first item in the collection with the specified guid
|
![]() |
Insert |
Inserts item into the collection at the specified index
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove |
Removes the first occurrence of a specific item from the collection.
|
![]() |
RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
|
![]() |
Sort |
Performs a case-insensitive lexicographical sort of the items in the collection.
Folders sort to top (like Windows Explorer).
|
![]() |
SortDescendantsAndSelf |
Performs a case-insensitive lexicographical sort of the items in the collection.
Folders sort to top (like Windows Explorer).
|
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements contained in the collection.
|
![]() |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
![]() |
Item |