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 Overrides Function AddFolder ( _
    name As String, _
    kind As String _
) As ProjectItem
public override ProjectItem AddFolder(
    string name,
    string kind
)
public:
virtual ProjectItem^ AddFolder(
    String^ name, 
    String^ kind
) override
abstract AddFolder : 
        name:string * 
        kind:string -> ProjectItem 
override AddFolder : 
        name:string * 
        kind:string -> ProjectItem 
public override function AddFolder(
    name : String, 
    kind : String
) : ProjectItem
Parameters
- name
 Type: System.String
- kind
 Type: System.String
Return Value
Type: EnvDTE.ProjectItem
A ProjectItem that represents the newly added folder.
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