次の方法で共有


NetworkStateChangeEventDetails.HasNewTetheringOperationalState プロパティ

定義

テザリングの動作状態が変更されたかどうかを示す値を取得します。

public:
 property bool HasNewTetheringOperationalState { bool get(); };
bool HasNewTetheringOperationalState();
public bool HasNewTetheringOperationalState { get; }
var boolean = networkStateChangeEventDetails.hasNewTetheringOperationalState;
Public ReadOnly Property HasNewTetheringOperationalState As Boolean

プロパティ値

Boolean

bool

true の場合、テザリングの動作状態が変更されました。

適用対象