AppBroadcastMicrophoneCaptureStateChangedEventArgs.ErrorCode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 事件关联的错误代码。
public:
property unsigned int ErrorCode { unsigned int get(); };
uint32_t ErrorCode();
public uint ErrorCode { get; }
var uInt32 = appBroadcastMicrophoneCaptureStateChangedEventArgs.errorCode;
Public ReadOnly Property ErrorCode As UInteger
属性值
与事件关联的错误代码。
Windows 要求
应用功能 |
appBroadcast
appBroadcastSettings
|