VoipPhoneCall.SetAssociatedCallControlDevices(IIterable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes