RepeatBehaviorHelper Classe

Definizione

Fornisce metodi di utilità di base per l'elaborazione dei valori RepeatBehavior . Il codice C# e Microsoft Visual Basic devono usare invece i membri di RepeatBehavior .

public ref class RepeatBehaviorHelper sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RepeatBehaviorHelper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RepeatBehaviorHelper
Public NotInheritable Class RepeatBehaviorHelper
Ereditarietà
Object Platform::Object IInspectable RepeatBehaviorHelper
Attributi

Proprietà

Forever

Ottiene un repeatBehavior statico che rappresenta il valore speciale "Forever". Il codice C# e Microsoft Visual Basic devono usare invece RepeatBehaviorType.Forever .

Metodi

Equals(RepeatBehavior, RepeatBehavior)

Determina se due valori RepeatBehavior hanno valori equivalenti . Il codice C# e Microsoft Visual Basic devono usare invece l'operatore di uguaglianza.

FromCount(Double)

Crea un nuovo RepeatBehavior basato su un conteggio ripetuto . Corrisponde al modulo intx quando specificato come valore dell'attributo XAML. Il codice C# e Microsoft Visual Basic devono usare invece RepeatBehavior(Double).

FromDuration(TimeSpan)

Crea un nuovo RepeatBehavior basato su un timepan. Il codice C# e Microsoft Visual Basic devono usare invece RepeatBehavior(TimeSpan).

GetHasCount(RepeatBehavior)

Restituisce se un repeatBehavior specificato ha un valore RepeatBehaviorType di Count e un valore di conteggio diverso da zero. Il codice C# e Microsoft Visual Basic devono invece usare HasCount .

GetHasDuration(RepeatBehavior)

Restituisce se un repeatBehavior specificato ha un valore RepeatBehaviorType di Duration e un valore di durata diverso da zero. Il codice C# e Microsoft Visual Basic devono usare invece HasDuration .

Si applica a