VoipPhoneCall.SetAssociatedCallControlDevices(IIterable<String>) Method

Definition

Important

The types in the Windows.Phone.Networking.Voip namespace are deprecated, and may not be available in future versions of Windows. Instead, use the equivalent types in the Windows.ApplicationModel.Calls namespace.

public:
 virtual void SetAssociatedCallControlDevices(IIterable<Platform::String ^> ^ associatedDeviceIds) = SetAssociatedCallControlDevices;
void SetAssociatedCallControlDevices(IIterable<winrt::hstring> const& associatedDeviceIds);
public void SetAssociatedCallControlDevices(IEnumerable<string> associatedDeviceIds);
function setAssociatedCallControlDevices(associatedDeviceIds)
Public Sub SetAssociatedCallControlDevices (associatedDeviceIds As IEnumerable(Of String))

Parameters

associatedDeviceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Applies to