ConnectivityChangedEventArgs Construtor

Definição

Inicializa uma nova instância da classe 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))

Parâmetros

access
NetworkAccess

O acesso atual da rede.

connectionProfiles
IEnumerable<ConnectionProfile>

Os perfis de conexão alterados correspondentes a esse evento.

Aplica-se a