OutgoingVoipPhoneCallOptions Constructors
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.
Overloads
OutgoingVoipPhoneCallOptions() | |
OutgoingVoipPhoneCallOptions(IIterable<String>) |
OutgoingVoipPhoneCallOptions()
public:
OutgoingVoipPhoneCallOptions();
OutgoingVoipPhoneCallOptions();
public OutgoingVoipPhoneCallOptions();
function OutgoingVoipPhoneCallOptions()
Public Sub New ()
Applies to
OutgoingVoipPhoneCallOptions(IIterable<String>)
public:
OutgoingVoipPhoneCallOptions(IIterable<Platform::String ^> ^ associatedDeviceIds);
/// [Windows.Foundation.Metadata.Experimental]
OutgoingVoipPhoneCallOptions(IIterable<winrt::hstring> const& associatedDeviceIds);
[Windows.Foundation.Metadata.Experimental]
public OutgoingVoipPhoneCallOptions(IEnumerable<string> associatedDeviceIds);
function OutgoingVoipPhoneCallOptions(associatedDeviceIds)
Public Sub New (associatedDeviceIds As IEnumerable(Of String))
Parameters
- Attributes