Udostępnij za pośrednictwem


SrgsItem.SetRepeat Metoda

Definicja

Ustawia liczbę powtórzeń dla elementu.

Przeciążenia

SetRepeat(Int32)

Określa liczbę razy, ile razy zawartość elementu SrgsItem musi być wypowiadana.

SetRepeat(Int32, Int32)

Ustawia minimalną liczbę razy i maksymalną liczbę wypowiedzi elementu.

SetRepeat(Int32)

Źródło:
SrgsItem.cs
Źródło:
SrgsItem.cs
Źródło:
SrgsItem.cs
Źródło:
SrgsItem.cs

Określa liczbę razy, ile razy zawartość elementu SrgsItem musi być wypowiadana.

public:
 void SetRepeat(int count);
public void SetRepeat (int count);
member this.SetRepeat : int -> unit
Public Sub SetRepeat (count As Integer)

Parametry

count
Int32

Liczba razy, kiedy element musi być wypowiadany.

Wyjątki

count jest mniejsza niż 0 lub większa niż 255.

Uwagi

Ta metoda ustawia MaxRepeat właściwości i MinRepeat na wartość w pliku count.

Zobacz też

Dotyczy

SetRepeat(Int32, Int32)

Źródło:
SrgsItem.cs
Źródło:
SrgsItem.cs
Źródło:
SrgsItem.cs
Źródło:
SrgsItem.cs

Ustawia minimalną liczbę razy i maksymalną liczbę wypowiedzi elementu.

public:
 void SetRepeat(int minRepeat, int maxRepeat);
public void SetRepeat (int minRepeat, int maxRepeat);
member this.SetRepeat : int * int -> unit
Public Sub SetRepeat (minRepeat As Integer, maxRepeat As Integer)

Parametry

minRepeat
Int32

Minimalna liczba razy, jaką musi mówić element.

maxRepeat
Int32

Maksymalna liczba razy, jaką można mówić o elemencie.

Wyjątki

minRepeat wartość jest mniejsza niż zero lub większa niż 255.

maxRepeat wartość jest mniejsza niż zero lub większa niż 255.

minRepeat jest większy niż maxRepeat.

Zobacz też

Dotyczy