Freigeben über


PathRestriction-Konstruktor (String, List<ClientArtifact>, Boolean)

Hinweis: Diese API ist mittlerweile veraltet.

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

Syntax

'Declaration
<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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PathRestriction Klasse

PathRestriction-Überladung

Microsoft.TeamFoundation.VersionControl.Server-Namespace