TetheringOperationalState 列挙型

定義

デバイスのテザリング機能の動作状態を示すために 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

現在の操作状態が不明です。

適用対象