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 specified mapping from the workspace template.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function RemoveMapping ( _
mapping As IWorkspaceMapping _
) As Boolean
bool RemoveMapping(
IWorkspaceMapping mapping
)
bool RemoveMapping(
IWorkspaceMapping^ mapping
)
abstract RemoveMapping :
mapping:IWorkspaceMapping -> bool
function RemoveMapping(
mapping : IWorkspaceMapping
) : boolean
Parameters
mapping
Type: Microsoft.TeamFoundation.Build.Client.IWorkspaceMappingThe 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.