NetworkOperatorNotificationEventDetails.Message 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Platform::String ^ Message { Platform::String ^ get(); };
winrt::hstring Message();
public string Message { get; }
var string = networkOperatorNotificationEventDetails.message;
Public ReadOnly Property Message As String
属性值
网络操作员通知的消息。
Windows 要求
应用功能 |
cellularDeviceControl
cellularDeviceIdentity
|
注解
如果数据编码方案为 Unicode,则消息是已解码的纯文本字符串。 如果是运算符定义的方案,则消息是表示字节数组的十六进制编码字符串。