Share via


CodeFolders Interface

Definition

Represents a collection of CodeFolder objects, where each item represents either the App_Code folder or one of its first-level child folders configured as a code folder.

public interface class CodeFolders : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FDCAD245-E468-48F3-B603-2641E020D6D0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface CodeFolders : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FDCAD245-E468-48F3-B603-2641E020D6D0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type CodeFolders = interface
    interface IEnumerable
Public Interface CodeFolders
Implements IEnumerable
Attributes
Implements

Properties

ContainingProject

Gets a reference to the project in the DTE object that contains this Web service.

Count

Gets the number of folders in the CodeFolders collection.

DTE

Gets a reference to the DTE2 object that contains the project containing this Web service.

Methods

Add(String)

Adds a CodeFolder object from the specified path to the collection.

GetEnumerator()

Returns an enumerator that iterates through the CodeFolders collection.

Item(Object)

Gets the CodeFolder at the specified index.

Applies to