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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.