Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.DeleteTeamProject (in Microsoft.TeamFoundation.DeleteTeamProject.dll)
Syntax
'Declaration
Public Sub New ( _
projectCollection As TfsTeamProjectCollection, _
name As String, _
force As Boolean _
)
public TeamProjectDeleter(
TfsTeamProjectCollection projectCollection,
string name,
bool force
)
public:
TeamProjectDeleter(
TfsTeamProjectCollection^ projectCollection,
String^ name,
bool force
)
new :
projectCollection:TfsTeamProjectCollection *
name:string *
force:bool -> TeamProjectDeleter
public function TeamProjectDeleter(
projectCollection : TfsTeamProjectCollection,
name : String,
force : boolean
)
Parameters
- projectCollection
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
- name
Type: System.String
- force
Type: System.Boolean
.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.