FileSpec.IsLegalNtfsName, méthode (String, Int32, Boolean)
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function IsLegalNtfsName ( _
name As String, _
maxLength As Integer, _
permitWildcards As Boolean _
) As Boolean
public static bool IsLegalNtfsName(
string name,
int maxLength,
bool permitWildcards
)
Paramètres
- name
Type : System.String
- maxLength
Type : System.Int32
- permitWildcards
Type : System.Boolean
Valeur de retour
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.