共用方式為


CoreWindowFlyout.IsInteractionDelayed 屬性

定義

取得或設定值,這個值表示是否有任何 UI 互動事件訊息稍微延遲。 此延遲可防止使用者意外在飛出視窗上叫用動作。

public:
 property int IsInteractionDelayed { int get(); void set(int value); };
int IsInteractionDelayed();

void IsInteractionDelayed(int value);
public int IsInteractionDelayed { get; set; }
var int32 = coreWindowFlyout.isInteractionDelayed;
coreWindowFlyout.isInteractionDelayed = int32;
Public Property IsInteractionDelayed As Integer

屬性值

Int32

int

如果對飛出視窗的任何互動引進小數延遲,則為true;如果不是,則為 false。

備註

當飛出視窗要求使用者執行一些可能會影響使用者隱私權、安全性或資料之動作時,請將此屬性設定為 true

適用於