Partager via


WorkingFolder Constructor (String, String, WorkingFolderType)

Creates a working folder object.

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

Syntax

'Déclaration
Public Sub New ( _
    serverItem As String, _
    localItem As String, _
    type As WorkingFolderType _
)
public WorkingFolder(
    string serverItem,
    string localItem,
    WorkingFolderType type
)
public:
WorkingFolder(
    String^ serverItem, 
    String^ localItem, 
    WorkingFolderType type
)
new : 
        serverItem:string * 
        localItem:string * 
        type:WorkingFolderType -> WorkingFolder
public function WorkingFolder(
    serverItem : String, 
    localItem : String, 
    type : WorkingFolderType
)

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. May be null if the server item is cloaked.

.NET Framework Security

See Also

Reference

WorkingFolder Class

WorkingFolder Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace