PropertyValidation.CheckPropertyLength, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Sub CheckPropertyLength ( _
propertyValue As String, _
allowNull As Boolean, _
minLength As Integer, _
maxLength As Integer, _
propertyName As String, _
containerType As Type, _
topLevelParamName As String _
)
public static void CheckPropertyLength(
string propertyValue,
bool allowNull,
int minLength,
int maxLength,
string propertyName,
Type containerType,
string topLevelParamName
)
Paramètres
- propertyValue
Type : System.String
- allowNull
Type : System.Boolean
- minLength
Type : System.Int32
- maxLength
Type : System.Int32
- propertyName
Type : System.String
- containerType
Type : System.Type
- topLevelParamName
Type : System.String
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.