次の方法で共有


CallRejectEventArgs クラス

定義

重要

Windows.Phone.Networking.Voip 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 代わりに、 Windows.ApplicationModel.Calls 名前空間で同等の型を使用します。

VoipPhoneCall クラスの RejectRequested イベントをサポートします。

public ref class CallRejectEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CallRejectEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CallRejectEventArgs
Public NotInheritable Class CallRejectEventArgs
継承
Object Platform::Object IInspectable CallRejectEventArgs
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneInternalContract (v1.0 で導入)
アプリの機能
ID_CAP_VOIP [Windows Phone]

プロパティ

RejectReason

重要

Windows.Phone.Networking.Voip 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 代わりに、 Windows.ApplicationModel.Calls 名前空間で同等の型を使用します。

着信が拒否された理由を取得します。

適用対象