XamlUIPresenter.CompleteTimelinesAutomatically 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會決定主機是否要一律以結束執行時程表。
public:
static property bool CompleteTimelinesAutomatically { bool get(); void set(bool value); };
static bool CompleteTimelinesAutomatically();
static void CompleteTimelinesAutomatically(bool value);
public static bool CompleteTimelinesAutomatically { get; set; }
var boolean = XamlUIPresenter.completeTimelinesAutomatically;
XamlUIPresenter.completeTimelinesAutomatically = boolean;
Public Shared Property CompleteTimelinesAutomatically As Boolean
屬性值
Boolean
bool
true 表示一律要結束執行時程表。 否則 為 false。