Validate.IsWithinRange, méthode (Int32, Int32, Int32, String)
Espace de noms : Microsoft.Internal.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Shared Sub IsWithinRange ( _
value As Integer, _
min As Integer, _
max As Integer, _
paramName As String _
)
public static void IsWithinRange(
int value,
int min,
int max,
string paramName
)
Paramètres
- value
Type : System.Int32
- min
Type : System.Int32
- max
Type : System.Int32
- paramName
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.