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
)
参数
- user
类型:System.String
- allChangesIncluded
类型:System.Boolean
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。