IFolderProjectItem.AddFolder(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.
Creates a new folder in a project folder of a design host, such as Visual Studio 2005.
public:
System::Web::UI::Design::IFolderProjectItem ^ AddFolder(System::String ^ name);
public System.Web.UI.Design.IFolderProjectItem AddFolder (string name);
abstract member AddFolder : string -> System.Web.UI.Design.IFolderProjectItem
Public Function AddFolder (name As String) As IFolderProjectItem
Parameters
- name
- String
The name for the new folder.
Returns
An IFolderProjectItem representing the new folder.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.