NetworkOperatorTetheringOperationResult 类

定义

表示 StartTetheringAsyncStopTetheringAsync 操作的结果。 除了 TetheringOperationStatus 值之外,还可以包含一个可选的错误消息字符串,该字符串为错误提供特定于移动运营商的上下文。

public ref class NetworkOperatorTetheringOperationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class NetworkOperatorTetheringOperationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class NetworkOperatorTetheringOperationResult
Public NotInheritable Class NetworkOperatorTetheringOperationResult
继承
Object Platform::Object IInspectable NetworkOperatorTetheringOperationResult
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
wiFiControl

属性

AdditionalErrorMessage

一个可选的错误消息字符串,为错误提供特定于移动运营商的上下文。

Status

指示网络共享操作的结果。 可能的值由 TetheringOperationStatus 定义。

适用于