Sdílet prostřednictvím


ConnectivityChangedEventArgs Konstruktor

Definice

Inicializuje novou instanci ConnectivityChangedEventArgs třídy .

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))

Parametry

access
NetworkAccess

Aktuální přístup k síti.

connectionProfiles
IEnumerable<ConnectionProfile>

Profily připojení se mění odpovídající této události.

Platí pro