PhoneDialer.Open(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.
Open the phone dialer to a specific phone number.
public static void Open (string number);
Parameters
- number
- System.String
Phone number to initialize the dialer with. Example 15555555555
Remarks
Throws ArgumentNullException if number is not valid.
Throws FeatureNotSupportedException if placing phone call is not supported on the device.