Timeline.GetNaturalDurationCore(Clock) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個 Timeline 的單一反覆項目的長度。 這個方法會實作 GetNaturalDuration(Clock)。
protected:
virtual System::Windows::Duration GetNaturalDurationCore(System::Windows::Media::Animation::Clock ^ clock);
protected virtual System.Windows.Duration GetNaturalDurationCore (System.Windows.Media.Animation.Clock clock);
abstract member GetNaturalDurationCore : System.Windows.Media.Animation.Clock -> System.Windows.Duration
override this.GetNaturalDurationCore : System.Windows.Media.Animation.Clock -> System.Windows.Duration
Protected Overridable Function GetNaturalDurationCore (clock As Clock) As Duration
參數
傳回
這個 Timeline 的單一反覆項目的長度,如果自然持續期間未知則為 Automatic。
備註
這個方法提供 的實 GetNaturalDuration 作,不應該直接從您的程式碼呼叫。 請改用 GetNaturalDuration。
給繼承者的注意事項
當 屬性設定 Automatic 為 時,這個方法應該由需要提供自訂自然 Duration 的 Duration 時程表類別實作。 如果作者無法判斷自然持續時間,這個方法應該會傳回 Automatic 。