次の方法で共有


Duration.Forever プロパティ

定義

無限の間隔を表す Duration 値を取得します。

public:
 static property Windows::UI::Xaml::Duration Forever { Windows::UI::Xaml::Duration get(); };
public static Windows.UI.Xaml.Duration Forever { get; }
static member Forever : Windows.UI.Xaml.Duration
Public Shared ReadOnly Property Forever As Duration

プロパティ値

永続的な値に初期化された Duration

注釈

この構造体は、Windows ランタイム (WinRT) Duration 構造体の .NET プロジェクションを表します。 詳細については、UWP API リファレンスの 「期間 」を参照してください。

適用対象