次の方法で共有


VoipPhoneCall.NotifyCallActive メソッド

定義

オーバーロード

NotifyCallActive(IIterable<String>)

重要

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

NotifyCallActive()

重要

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

VoIP 呼び出しがアクティブであることをシステムに通知します。

NotifyCallActive(IIterable<String>)

重要

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

public:
 virtual void NotifyCallActive(IIterable<Platform::String ^> ^ associatedDeviceIds) = NotifyCallActive;
/// [Windows.Foundation.Metadata.Overload("NotifyCallActiveOnDevices")]
void NotifyCallActive(IIterable<winrt::hstring> const& associatedDeviceIds);
[Windows.Foundation.Metadata.Overload("NotifyCallActiveOnDevices")]
public void NotifyCallActive(IEnumerable<string> associatedDeviceIds);
function notifyCallActive(associatedDeviceIds)
Public Sub NotifyCallActive (associatedDeviceIds As IEnumerable(Of String))

パラメーター

associatedDeviceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

属性

適用対象

NotifyCallActive()

重要

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

VoIP 呼び出しがアクティブであることをシステムに通知します。

public:
 virtual void NotifyCallActive() = NotifyCallActive;
void NotifyCallActive();
public void NotifyCallActive();
function notifyCallActive()
Public Sub NotifyCallActive ()

Windows の要件

アプリの機能
ID_CAP_VOIP [Windows Phone]

適用対象