Mapping 构造函数 (String, WorkingFolderType, RecursionType)

初始化的新映射的实例。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public Sub New ( _
    serverItem As String, _
    type As WorkingFolderType, _
    depth As RecursionType _
)
public Mapping(
    string serverItem,
    WorkingFolderType type,
    RecursionType depth
)

参数

  • serverItem
    类型:System.String
    要映射到的服务器项目。

.NET Framework 安全性

请参见

参考

Mapping 类

Mapping 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间