RelatedFiles Interface

 

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

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

Syntax

[GuidAttribute("7C55A332-A2EC-4387-A242-CD1B9A29F1D2")]
public interface RelatedFiles : IEnumerable
[GuidAttribute("7C55A332-A2EC-4387-A242-CD1B9A29F1D2")]
public interface class RelatedFiles : IEnumerable
[<GuidAttribute("7C55A332-A2EC-4387-A242-CD1B9A29F1D2")>]
type RelatedFiles = 
    interface
        interface IEnumerable
    end
<GuidAttribute("7C55A332-A2EC-4387-A242-CD1B9A29F1D2")>
Public Interface RelatedFiles
    Inherits IEnumerable

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of files in the RelatedFiles collection.

Methods

Name Description
System_CAPS_pubmethod GetEnumerator()

Returns an enumerator that iterates through the RelatedFilescollection.

System_CAPS_pubmethod Item(Int32)

Retrieves an item from the collection.

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

VSWebSite
VsWebSite Namespace

Return to top