RegisteredTfsConnections.UnregisterProjectCollection Method
Removes the project collection with the specified name from this registry.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Shared Sub UnregisterProjectCollection ( _
name As String _
)
public static void UnregisterProjectCollection(
string name
)
public:
static void UnregisterProjectCollection(
String^ name
)
static member UnregisterProjectCollection :
name:string -> unit
public static function UnregisterProjectCollection(
name : String
)
Parameters
- name
Type: System.String
The name of the project collection to remove from this registry.
Remarks
The configuration server associated with the specified project collection is not removed from the registry. It must be removed directly.
.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.