Konstruktor TeamProjectDeleter — (TeamFoundationServer, String, Boolean)
Uwaga: ten interfejs API jest już przestarzały.
Ten interfejs API obsługuje infrastrukturę programu Team Foundation Server i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.TeamFoundation.Client
Zestaw: Microsoft.TeamFoundation.DeleteTeamProject (w Microsoft.TeamFoundation.DeleteTeamProject.dll)
Składnia
'Deklaracja
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Sub New ( _
tfs As TeamFoundationServer, _
name As String, _
force As Boolean _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public TeamProjectDeleter(
TeamFoundationServer tfs,
string name,
bool force
)
Parametry
- name
Typ: System.String
- force
Typ: System.Boolean
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..