我可以直接拨打电话而不在我的 windows phone 8 应用程序上显示该确认信息吗 -(呼叫或不呼叫)?

Can I directly place the call without showing that confirmation on my windows phone 8 app - (Call or Don't Call)?

这是我的代码片段:

public MainPage()
    {
        InitializeComponent();
        PhoneCallTask task = new PhoneCallTask();
        task.PhoneNumber = "0800000000000";
        task.DisplayName = "mum";
        task.Show();

    }

然后我得到这个:

Dial mum at 080000000000000?
call   don't call

如何直接拨打 phone 电话?

不,你不能那样做。出于安全原因这样做!