Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.