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