TFCommonUtil.CheckStringForInvalidCharacters, méthode (array<String , String, Boolean)
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Sub CheckStringForInvalidCharacters ( _
stringArrayVar As String(), _
stringArrayVarName As String, _
allowCrLf As Boolean _
)
public static void CheckStringForInvalidCharacters(
string[] stringArrayVar,
string stringArrayVarName,
bool allowCrLf
)
Paramètres
- stringArrayVar
Type : array<System.String[]
- stringArrayVarName
Type : System.String
- allowCrLf
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.