다음을 통해 공유


VoipPhoneCall.SetAssociatedCallControlDevices(IIterable<String>) 메서드

정의

중요

Windows.Phone.Networking.Voip 네임스페이스의 형식은 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다. 대신 Windows.ApplicationModel.Calls 네임스페이스에서 해당하는 형식을 사용합니다.

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))

매개 변수

associatedDeviceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

적용 대상