VSWebSite.CodeFolders Property

 

Gets a collection of folders that are configured as code folders in the Web site.

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

Syntax

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

Property Value

Type: VsWebSite.CodeFolders

A CodeFolders object containing a collection of CodeFolder objects.

Remarks

The CodeFolders collection begins with the App_Code folder and includes all first-level child folders of the App_Code folder that are configured in the Web.config file as code folders.

See Also

EnvDTE
CodeFolders
CodeFolder
VSWebSite Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top