Share via


VSWebProjectItem.RelatedFiles Property

 

Gets the related files for the Web project item.

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

Syntax

RelatedFiles RelatedFiles { get; }
property RelatedFiles^ RelatedFiles {
    RelatedFiles^ get();
}
abstract RelatedFiles : RelatedFiles with get
ReadOnly Property RelatedFiles As RelatedFiles

Property Value

Type: VsWebSite.RelatedFiles

The related files for the project item.

Remarks

This property contains the collection of files that appear nested under a parent file. Web site files and client projects are referenced differently. To get the nested files of a Web site, use the VSWebProjectItem property. To get the nested files of a client project, use the ProjectItems property. This property is applicable only for file objects.

See Also

VSWebProjectItem Interface
VsWebSite Namespace

Return to top