다음을 통해 공유


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>

이 이벤트에 해당하는 연결 프로필이 변경됩니다.

적용 대상