C# 如何检测外部显示器是否连接到Windows Phone?

C# 如何检测外部显示器是否连接到Windows Phone?,c#,windows-phone,C#,Windows Phone,在安卓系统中,如果设备连接到外部显示器,它会发出广播 我想知道如何在Windows Phone中检测此问题。简单 ///<summary>True when an external display is connected to the MicroHDMI output of this Windows Phone</summary> static bool isExternalDisplayConnected() { return false; // No wi

在安卓系统中,如果设备连接到外部显示器,它会发出广播

我想知道如何在Windows Phone中检测此问题。

简单

///<summary>True when an external display is connected to the MicroHDMI output of this Windows Phone</summary>
static bool isExternalDisplayConnected()
{
    return false;  // No windows phone device has MicroHDMI output, nor any other external display output.
}
///当外部显示器连接到此Windows Phone的MicroHDMI输出时为True
静态布尔isExternalDisplayConnected()
{
return false;//没有windows phone设备具有MicroHDMI输出,也没有任何其他外部显示输出。
}

欢迎来到堆栈溢出。这不是一个好的提问方式。到目前为止,你有没有尝试过解决你的问题?先表现出你的努力,这样人们才能表现出他们的努力。请阅读,作为开始。。