NetworkStateChangeEventDetails.HasNewInternetConnectionProfile 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示本地计算机是否具有与当前 Internet 连接关联的新连接配置文件。
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。