TetheringOperationalState 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 NetworkOperatorTetheringManager.TetheringOperationalState 属性使用的值,以指示设备网络共享功能的操作状态。
public enum class TetheringOperationalState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class TetheringOperationalState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum TetheringOperationalState
var value = Windows.Networking.NetworkOperators.TetheringOperationalState.unknown
Public Enum TetheringOperationalState
- 继承
-
TetheringOperationalState
- 属性
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 中引入)
|
应用功能 |
cellularDeviceControl
cellularDeviceIdentity
|
字段
InTransition | 3 | 网络共享功能当前处于 “开 ”和 “关” 状态之间。 |
Off | 2 | 网络共享已关闭。 |
On | 1 | 网络共享已打开。 |
Unknown | 0 | 当前操作状态未知。 |