Share via


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

'Declaration
ReadOnly Property CodeFolders As CodeFolders
'Usage
Dim instance As VSWebSite 
Dim value As CodeFolders 

value = instance.CodeFolders
CodeFolders CodeFolders { get; }
property CodeFolders^ CodeFolders {
    CodeFolders^ get ();
}
function get CodeFolders () : 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.

.NET Framework Security

See Also

Reference

VSWebSite Interface

VSWebSite Members

VsWebSite Namespace

EnvDTE

CodeFolders

CodeFolder

Other Resources

Referencing Automation Assemblies and the DTE2 Object