共用方式為


RepeatBehaviorHelper.Forever 屬性

定義

取得靜態 RepeatBehavior ,表示特殊 「Forever」 值。 C# 和 Microsoft Visual Basic 程式碼應該改用 RepeatBehaviorType.Forever

static RepeatBehavior Forever();
public static RepeatBehavior Forever { get; }
var repeatBehavior = RepeatBehaviorHelper.forever;
Public Shared ReadOnly Property Forever As RepeatBehavior

屬性值

靜態 RepeatBehavior ,代表特殊 「Forever」 值。

適用於