The FileSystemItemCollection type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCount
Gets the number of elements contained in the collection.
Public propertySupported by the .NET Compact FrameworkItem[([( Int32])])
Gets the item at the specified index.
Public propertySupported by the .NET Compact FrameworkItem[([( String])])
Gets the item of the specified path.
Public propertySupported by the .NET Compact FrameworkSyncRoot
Gets an object that can be used to synchronize access to the collection.
Public propertySupported by the .NET Compact FrameworkUsePath
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

See Also