PathRestriction, constructeur (TeamFoundationIdentity, List<ClientArtifact>, Boolean)
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
Public Sub New ( _
identity As TeamFoundationIdentity, _
items As List(Of ClientArtifact), _
allChangesIncluded As Boolean _
)
public PathRestriction(
TeamFoundationIdentity identity,
List<ClientArtifact> items,
bool allChangesIncluded
)
Paramètres
- identity
Type : Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
- items
Type : System.Collections.Generic.List<ClientArtifact>
- allChangesIncluded
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Server, espace de noms