Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds a CodeFolder object from the specified path to the collection.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Function Add ( _
bstrPath As String _
) As ProjectItem
ProjectItem Add(
string bstrPath
)
ProjectItem^ Add(
[InAttribute] String^ bstrPath
)
abstract Add :
bstrPath:string -> ProjectItem
function Add(
bstrPath : String
) : ProjectItem
Parameters
bstrPath
Type: System.StringThe path to a code folder to be added.
Return Value
Type: EnvDTE.ProjectItem
A ProjectItem object.
.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.