BaseStateModel.SetStateValue(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.
Set value of state with given index to the provided value
public:
virtual void SetStateValue(int index, int value);
public virtual void SetStateValue (int index, int value);
abstract member SetStateValue : int * int -> unit
override this.SetStateValue : int * int -> unit
Public Overridable Sub SetStateValue (index As Integer, value As Integer)
Parameters
- index
- Int32
index of state to access
- value
- Int32
value to set for state