Validate.IsWithinRange 方法 (UInt32, UInt32, UInt32, String)

命名空间:  Microsoft.Internal.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Shared Sub IsWithinRange ( _
    value As UInteger, _
    min As UInteger, _
    max As UInteger, _
    paramName As String _
)
public static void IsWithinRange(
    uint value,
    uint min,
    uint max,
    string paramName
)

参数

.NET Framework 安全性

请参见

参考

Validate 类

IsWithinRange 重载

Microsoft.Internal.VisualStudio.Shell 命名空间