Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes the mapping for the specified server item from the workspace template.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function RemoveMapping ( _
serverItem As String _
) As Boolean
bool RemoveMapping(
string serverItem
)
bool RemoveMapping(
String^ serverItem
)
abstract RemoveMapping :
serverItem:string -> bool
function RemoveMapping(
serverItem : String
) : boolean
Parameters
serverItem
Type: System.StringThe server item of the mapping that will be removed.
Return Value
Type: System.Boolean
True if the mapping was successfully removed; otherwise, false.
.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.