IPexChoiceSession.ChooseValueFromRange(String, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value within a range.
public:
int ChooseValueFromRange(System::String ^ description, int minInclusive, int maxExclusive);
public int ChooseValueFromRange (string description, int minInclusive, int maxExclusive);
abstract member ChooseValueFromRange : string * int * int -> int
Public Function ChooseValueFromRange (description As String, minInclusive As Integer, maxExclusive As Integer) As Integer
Parameters
- description
- String
The description of the choice.
- minInclusive
- Int32
The minimum value (inclusive).
- maxExclusive
- Int32
The maximum value (exclusive.