CodeFolders.Add(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A ProjectItem object.
- Attributes