RelatedFiles Interface
Represents a collection of related files where each item represents a file.
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of files in the RelatedFiles collection. |
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | Returns an enumerator that iterates through the RelatedFilescollection. |
![]() | Item(Int32) | Retrieves an item from the collection. |
The RelatedFiles collection is the collection of files that appear nested under a file in Solution Explorer of Visual Studio. These files also appear in the VSWebProjectItem collection of the containing folder.
Show:

