CodeFolders.Add(String) Method

Definition

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

public:
 EnvDTE::ProjectItem ^ Add(System::String ^ bstrPath);
[System.Runtime.InteropServices.DispId(5)]
public EnvDTE.ProjectItem Add (string bstrPath);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member Add : string -> EnvDTE.ProjectItem
Public Function Add (bstrPath As String) As ProjectItem

Parameters

bstrPath
String

The path to a code folder to be added.

Returns

ProjectItem

A ProjectItem object.

Attributes

Applies to