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.
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.IWorkspaceMapping
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.