Workspace.GetWorkingFolderForServerItem Method (String, array<WorkingFolder )

Gets a WorkingFolder instance describing how the specified server item is mapped by the specified WorkingFolder objects.

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

Syntax

'宣言
Public Shared Function GetWorkingFolderForServerItem ( _
    serverItem As String, _
    folders As WorkingFolder() _
) As WorkingFolder
public static WorkingFolder GetWorkingFolderForServerItem(
    string serverItem,
    WorkingFolder[] folders
)
public:
static WorkingFolder^ GetWorkingFolderForServerItem(
    String^ serverItem, 
    array<WorkingFolder^>^ folders
)
static member GetWorkingFolderForServerItem : 
        serverItem:string * 
        folders:WorkingFolder[] -> WorkingFolder 
public static function GetWorkingFolderForServerItem(
    serverItem : String, 
    folders : WorkingFolder[]
) : WorkingFolder

Parameters

  • serverItem
    Type: System.String
    A server path mapped by the specified WorkingFolder objects.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder
A WorkingFolder describing how the server path is mapped by the specified WorkingFolder objects.

Exceptions

Exception Condition
ItemNotMappedException

Thrown if the server item is not mapped by the provided WorkingFolder objects.

.NET Framework Security

See Also

Reference

Workspace Class

GetWorkingFolderForServerItem Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace