VoipPhoneCall.SetAssociatedCallControlDevices(IIterable<String>) Method

Definition

public:
 virtual void SetAssociatedCallControlDevices(IIterable<Platform::String ^> ^ associatedDeviceIds) = SetAssociatedCallControlDevices;
/// [Windows.Foundation.Metadata.Experimental]
void SetAssociatedCallControlDevices(IIterable<winrt::hstring> const& associatedDeviceIds);
[Windows.Foundation.Metadata.Experimental]
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>

Attributes

Applies to