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.
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.