AppInitiatedVoipPhoneCallOptions.AssociatedDeviceIds Property
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.
Gets the list of device interface ids of call control devices that will be associated with the call on creation.
public:
property IVector<Platform::String ^> ^ AssociatedDeviceIds { IVector<Platform::String ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVector<winrt::hstring> AssociatedDeviceIds();
[Windows.Foundation.Metadata.Experimental]
public IList<string> AssociatedDeviceIds { [Windows.Foundation.Metadata.Experimental] get; }
var iVector = appInitiatedVoipPhoneCallOptions.associatedDeviceIds;
Public ReadOnly Property AssociatedDeviceIds As IList(Of String)
Property Value
The list of device interface ids of call control devices that will be associated with the call on creation.
- Attributes
Windows requirements
App capabilities |
voipCall
|