AppBroadcastPreview.ErrorCode 属性

定义

获取与应用广播预览关联的错误代码。

public:
 property IReference<unsigned int> ^ ErrorCode { IReference<unsigned int> ^ get(); };
IReference<uint32_t> ErrorCode();
public System.Nullable<uint> ErrorCode { get; }
var iReference = appBroadcastPreview.errorCode;
Public ReadOnly Property ErrorCode As Nullable(Of UInteger)

属性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

与应用广播预览关联的错误代码。

Windows 要求

应用功能
appBroadcast appBroadcastSettings

适用于