Initializes a new working folder object that represents a mapping of serverItem to localItem.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Sub New ( _
    serverItem As String, _
    localItem As String _
)
public WorkingFolder(
    string serverItem,
    string localItem
)
public:
WorkingFolder(
    String^ serverItem, 
    String^ localItem
)
new : 
        serverItem:string * 
        localItem:string -> WorkingFolder
public function WorkingFolder(
    serverItem : String, 
    localItem : String
)
Parameters
- serverItem
 Type: System.String
 The server item that is being mapped.
- localItem
 Type: System.String
 The local item that is mapped from the server item.
.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.