Timeline.GetNaturalDuration(Clock) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個 Timeline 的單一反覆項目的長度。
protected public:
System::Windows::Duration GetNaturalDuration(System::Windows::Media::Animation::Clock ^ clock);
protected internal System.Windows.Duration GetNaturalDuration (System.Windows.Media.Animation.Clock clock);
member this.GetNaturalDuration : System.Windows.Media.Animation.Clock -> System.Windows.Duration
Protected Friend Function GetNaturalDuration (clock As Clock) As Duration
參數
傳回
這個 Timeline 的單一反覆項目的長度,如果自然持續期間未知則為 Automatic。
備註
只有當 屬性設定為 Automatic 時 Duration ,才應該呼叫這個方法。 如果 Duration 為 Automatic ,則自然持續時間是由該特定類別的 實作 GetNaturalDurationCore 所決定。
如果 傳 GetNaturalDuration 回 Automatic ,則表示自然持續時間未知,這表示 的自然持續時間 Forever 為 。 這是串流媒體的情況。
請注意,將此方法傳遞為這個時間軸所建立的時鐘是可行的,但會提供不可靠的結果。