ContactPanelLaunchFullAppRequestedEventArgs.Handled 屬性

定義

取得或設定值,這個值表示是否已經處理 LaunchFullAppRequested 事件。

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = contactPanelLaunchFullAppRequestedEventArgs.handled;
contactPanelLaunchFullAppRequestedEventArgs.handled = boolean;
Public Property Handled As Boolean

屬性值

Boolean

bool

true 如果處理 LaunchFullAppRequested 事件,則為 ; false 如果尚未處理 LaunchFullAppRequested 事件,則為 。

Windows 需求

應用程式功能
contactsSystem

適用於