IFolderContents Interface
On this page:
Description
This interface is implemented by a component that represents the contents of a folder.
Properties
Count read-only, IFolderContents
The number of files and folders in the collection.
IDL |
[propget] HRESULT Count([out, retval] long* pValue)
|
---|---|
.NET | Int32 Count[get] |
Item read-only, IFolderContents
Provides access to the file or folder item at the specified index within the collection.
IDL |
[propget] HRESULT Item(
|
---|---|
.NET | IFileSystemItem
get_Item( |
nIndex
The index of a file or folder item within the collection.