PathRestriction 构造函数 (String, List<ClientArtifact>, Boolean)

注意:此 API 现在已废弃不用。

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

语法

声明
<ObsoleteAttribute("Use the constructor that takes the TeamFoundationIdentity object instead")> _
<BrowsableAttribute(False)> _
Public Sub New ( _
    user As String, _
    items As List(Of ClientArtifact), _
    allChangesIncluded As Boolean _
)
[ObsoleteAttribute("Use the constructor that takes the TeamFoundationIdentity object instead")]
[BrowsableAttribute(false)]
public PathRestriction(
    string user,
    List<ClientArtifact> items,
    bool allChangesIncluded
)

参数

.NET Framework 安全性

请参阅

参考

PathRestriction 类

PathRestriction 重载

Microsoft.TeamFoundation.VersionControl.Server 命名空间