RelatedFiles Interface

Represents a collection of related files where each item represents a file.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
<GuidAttribute("7C55A332-A2EC-4387-A242-CD1B9A29F1D2")> _
Public Interface RelatedFiles _
    Inherits IEnumerable
'Usage
Dim instance As RelatedFiles
[GuidAttribute("7C55A332-A2EC-4387-A242-CD1B9A29F1D2")]
public interface RelatedFiles : IEnumerable
[GuidAttribute(L"7C55A332-A2EC-4387-A242-CD1B9A29F1D2")]
public interface class RelatedFiles : IEnumerable
public interface RelatedFiles extends IEnumerable

Remarks

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.

See Also

Reference

RelatedFiles Members

VsWebSite Namespace

VSWebSite