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

trueLaunchFullAppRequested イベントが処理される場合は 。falseLaunchFullAppRequested イベントがまだ処理されていない場合は 。

Windows の要件

アプリの機能
contactsSystem

適用対象