Project Overview
Description
This is a Document! X sample for COM Component documentation.
The first class, Dictionary, is fully documented, illustrating authoring of Summary, Remarks, Returns, See Also, Keywords and Example content.
Object Model

Classes
| Class Module | Description |
|---|---|
| Dictionary | Object that stores data key, item pairs. |
| Drive | Provides access to the properties of a particular disk drive or network share. |
| Drives | Collection of drives associated with drive letters |
| Encoder | Script Encoder Object |
| File | File object |
| Files | Collection of all File objects within a folder. |
| FileSystemObject | Provides access to a computer's file system. |
| Folder | Provides access to all the properties of a folder. Can be obtained from the GetFolder Method on the FileSystemObject Object. |
| Folders | Collection of subfolders in a folder |
| IFileSystem3 | FileSystemObject |
| IScriptEncoder | Script Encoder Interface |
| TextStream | Facilitates sequential access to file. |
Public Enumerations
| Enumeration | Description |
|---|---|
| CompareMethod | |
| DriveTypeConst | Returns a value indicating the type of a specified drive. |
| FileAttribute | Attributes of files or folders. |
| IOMode | Indicates input/output mode. Can be one of three constants: ForReading, ForWriting, or ForAppending. |
| SpecialFolderConst | |
| StandardStreamTypes | |
| Tristate |