Partilhar via


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

Observação: esta API agora é obsoleta.

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

Sintaxe

'Declaração
<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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

PathRestriction Classe

Sobrecargas PathRestriction

Namespace Microsoft.TeamFoundation.VersionControl.Server