Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Sub RemoveTeamProjectCollection ( _
    projectCollection As TfsTeamProjectCollection _
)
public static void RemoveTeamProjectCollection(
    TfsTeamProjectCollection projectCollection
)
public:
static void RemoveTeamProjectCollection(
    TfsTeamProjectCollection^ projectCollection
)
static member RemoveTeamProjectCollection : 
        projectCollection:TfsTeamProjectCollection -> unit
public static function RemoveTeamProjectCollection(
    projectCollection : TfsTeamProjectCollection
)
Parameters
- projectCollection
 Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
.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.