次の方法で共有


NetworkStateChangeEventDetails.HasNewInternetConnectionProfile プロパティ

定義

ローカル コンピューターに、現在のインターネット接続に関連付けられている新しい接続プロファイルがあるかどうかを示します。

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

プロパティ値

Boolean

bool

接続が変更された場合は true。それ以外の場合は false。

適用対象

こちらもご覧ください