Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.