BaseStateModel.GetStateValue(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.
Get the value of the state with the given index
public:
int GetStateValue(int index);
public int GetStateValue (int index);
member this.GetStateValue : int -> int
Public Function GetStateValue (index As Integer) As Integer
Parameters
- index
- Int32
index of state to access
Returns
value of the state