ConnectivityChangedEventArgs 构造函数

定义

初始化 ConnectivityChangedEventArgs 类的新实例。

public:
 ConnectivityChangedEventArgs(Microsoft::Maui::Networking::NetworkAccess access, System::Collections::Generic::IEnumerable<Microsoft::Maui::Networking::ConnectionProfile> ^ connectionProfiles);
public ConnectivityChangedEventArgs (Microsoft.Maui.Networking.NetworkAccess access, System.Collections.Generic.IEnumerable<Microsoft.Maui.Networking.ConnectionProfile> connectionProfiles);
new Microsoft.Maui.Networking.ConnectivityChangedEventArgs : Microsoft.Maui.Networking.NetworkAccess * seq<Microsoft.Maui.Networking.ConnectionProfile> -> Microsoft.Maui.Networking.ConnectivityChangedEventArgs
Public Sub New (access As NetworkAccess, connectionProfiles As IEnumerable(Of ConnectionProfile))

参数

access
NetworkAccess

网络的当前访问权限。

connectionProfiles
IEnumerable<ConnectionProfile>

与此事件对应的连接配置文件更改。

适用于