Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overridable Function AddFolder ( _
name As String, _
kind As String _
) As ProjectItem
public virtual ProjectItem AddFolder(
string name,
string kind
)
public:
virtual ProjectItem^ AddFolder(
String^ name,
String^ kind
)
abstract AddFolder :
name:string *
kind:string -> ProjectItem
override AddFolder :
name:string *
kind:string -> ProjectItem
public function AddFolder(
name : String,
kind : String
) : ProjectItem
Parameters
- name
Type: System.String
The name of the folder node in Solution Explorer.
- kind
Type: System.String
The type of folder to add. The available values are based on vsProjectItemsKindConstants and vsProjectItemKindConstants.
Return Value
Type: EnvDTE.ProjectItem
A ProjectItem object.
Implements
ProjectItems.AddFolder(String, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace