Workspace.RefreshMappings Method

Note: This API is now obsolete.

Gets the current set of mappings for this Workspace instance from the server.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated. Please use the Refresh() method instead.",  _
    False)> _
Public Sub RefreshMappings
[ObsoleteAttribute("This method has been deprecated. Please use the Refresh() method instead.", 
    false)]
public void RefreshMappings()
[ObsoleteAttribute(L"This method has been deprecated. Please use the Refresh() method instead.", 
    false)]
public:
void RefreshMappings()
[<ObsoleteAttribute("This method has been deprecated. Please use the Refresh() method instead.", 
    false)>]
member RefreshMappings : unit -> unit
public function RefreshMappings()

Remarks

Obsolete. Use the Refresh() method instead to accomplish the same task.

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace