Freigeben über


Workspace.ServerToLocalItem-Methode

Übersetzt ein Serverelement zu einem localitem Element auf Grundlage die Arbeitsordner des Arbeitsbereichs.

Wenn honorCloaks zutrifft, gibt ein verdecktes Element Sie ein ItemCloakedException.

Wenn honorCloaks falsch ist, gibt ein verdecktes Element NULL zurück.

Ein nicht zugeordnete Element gibt Ihnen ein ItemNotMappedException immer.

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

Syntax

'Declaration
Public Function ServerToLocalItem ( _
    requestContext As TeamFoundationRequestContext, _
    serverItem As String, _
    honorCloaks As Boolean _
) As String
public string ServerToLocalItem(
    TeamFoundationRequestContext requestContext,
    string serverItem,
    bool honorCloaks
)

Parameter

  • honorCloaks
    Typ: System.Boolean
    true, um von ItemCloakedException auf verdeckten Elementen auszulösen.

Rückgabewert

Typ: System.String
Entsprechendes lokale Element für Serverelement.

.NET Framework-Sicherheit

Siehe auch

Referenz

Workspace Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace