Partager via


PathRestriction, constructeur (String, List<ClientArtifact>, Boolean)

Remarque : cette API est maintenant obsolète.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

PathRestriction Classe

PathRestriction, surcharge

Microsoft.TeamFoundation.VersionControl.Server, espace de noms