PropertyValidation.CheckRange<T>, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Sub CheckRange(Of T As {Object, IComparable(Of T)}) ( _
propertyValue As T, _
minValue As T, _
maxValue As T, _
propertyName As String, _
containerType As Type, _
topLevelParamName As String _
)
public static void CheckRange<T>(
T propertyValue,
T minValue,
T maxValue,
string propertyName,
Type containerType,
string topLevelParamName
)
where T : Object, IComparable<T>
Paramètres de type
- T
Paramètres
- propertyValue
Type : T
- minValue
Type : T
- maxValue
Type : T
- 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.