다음을 통해 공유


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

See Also

Reference

RegisteredTfsConnections Class

Microsoft.TeamFoundation.Client Namespace