TeamProjectDeleter Constructor (TfsTeamProjectCollection, String, Boolean)
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 (in Microsoft.TeamFoundation.dll)
Syntax
'Декларация
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.