VersionControlUtil.CheckServerItem, 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 CheckServerItem ( _
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 CheckServerItem(
ref string item,
string parameterName,
bool allowNull,
bool allowWildcards,
bool allow8Dot3Paths,
bool checkReservedCharacters,
PathLength maxServerPathLength
)
Paramètres
- item
Type : System.String%
- parameterName
Type : System.String
- allowNull
Type : System.Boolean
- allowWildcards
Type : System.Boolean
- allow8Dot3Paths
Type : System.Boolean
- checkReservedCharacters
Type : System.Boolean
- maxServerPathLength
Type : Microsoft.TeamFoundation.VersionControl.Common.PathLength
Valeur de retour
Type : Microsoft.TeamFoundation.VersionControl.Common.ItemValidationError
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.Common, espace de noms