The FileSystemItemCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the collection.
| |
| Item[([( Int32])]) |
Gets the item at the specified index.
| |
| Item[([( String])]) |
Gets the item of the specified path.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the collection.
| |
| UsePath |
Gets or sets a value that indicates whether to use a Path or Name for pattern matching
and return values in the GetFiles(Regex) method.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICollection<(Of <<'(FileSystemItem>)>>)..::..IsReadOnly |