Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the number of times a transition repeats.
Syntax
HRESULT value = object.put_repeatCount(VARIANT repeatCount);HRESULT value = object.get_repeatCount(VARIANT* repeatCount);
Property values
Type: VARIANT
the number of iterations.
Remarks
Specify -1
to repeat indefinitely.