Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[GuidAttribute("7C55A332-A2EC-4387-A242-CD1B9A29F1D2")]
public interface RelatedFiles : IEnumerable
[GuidAttribute(L"7C55A332-A2EC-4387-A242-CD1B9A29F1D2")]
public interface class RelatedFiles : IEnumerable
[<GuidAttribute("7C55A332-A2EC-4387-A242-CD1B9A29F1D2")>]
type RelatedFiles =
interface
interface IEnumerable
end
public interface RelatedFiles extends IEnumerable
The RelatedFiles type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of files in the RelatedFiles collection. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetEnumerator | Returns an enumerator that iterates through the RelatedFiles collection. |
![]() |
Item | Retrieves an item from the collection. |
Top
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.
.gif)
.gif)