Partager via


VersionControlUtil.CheckItem, méthode (String%, String, Boolean, Boolean, Boolean, Boolean, PathLength)

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

Syntaxe

'Déclaration
Public Shared Function CheckItem ( _
    ByRef item As String, _
    parameterName As String, _
    allowNull As Boolean, _
    allowWildcards As Boolean, _
    allow8Dot3Paths As Boolean, _
    checkReservedCharacters As Boolean, _
    maxServerPathLength As PathLength _
) As ItemValidationError
public static ItemValidationError CheckItem(
    ref string item,
    string parameterName,
    bool allowNull,
    bool allowWildcards,
    bool allow8Dot3Paths,
    bool checkReservedCharacters,
    PathLength maxServerPathLength
)

Paramètres

Valeur de retour

Type : Microsoft.TeamFoundation.VersionControl.Common.ItemValidationError

Sécurité .NET Framework

Voir aussi

Référence

VersionControlUtil Classe

CheckItem, surcharge

Microsoft.TeamFoundation.VersionControl.Common, espace de noms