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.
Creates a team project root folder and configures it.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub CreateTeamProjectFolder ( _
options As TeamProjectFolderOptions _
)
public void CreateTeamProjectFolder(
TeamProjectFolderOptions options
)
public:
void CreateTeamProjectFolder(
TeamProjectFolderOptions^ options
)
member CreateTeamProjectFolder :
options:TeamProjectFolderOptions -> unit
public function CreateTeamProjectFolder(
options : TeamProjectFolderOptions
)
Parameters
- options
Type: Microsoft.TeamFoundation.VersionControl.Client.TeamProjectFolderOptions
Options for the creation of the team project folder.
Remarks
This method also configures the folder's settings, permissions, and check-in notes.
.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.