Share via


VSWebProjectItem.RelatedFiles Property

Gets the related files for the Web project item.

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

Syntax

'Declaration
ReadOnly Property RelatedFiles As RelatedFiles
RelatedFiles RelatedFiles { get; }
property RelatedFiles^ RelatedFiles {
    RelatedFiles^ get ();
}
abstract RelatedFiles : RelatedFiles
function get RelatedFiles () : 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.

.NET Framework Security

See Also

Reference

VSWebProjectItem Interface

VsWebSite Namespace