다음을 통해 공유


Connectivity.ConnectionProfiles 속성

정의

디바이스에 대한 활성 연결 유형을 가져옵니다.

public:
 static property System::Collections::Generic::IEnumerable<Microsoft::Maui::Networking::ConnectionProfile> ^ ConnectionProfiles { System::Collections::Generic::IEnumerable<Microsoft::Maui::Networking::ConnectionProfile> ^ get(); };
public static System.Collections.Generic.IEnumerable<Microsoft.Maui.Networking.ConnectionProfile> ConnectionProfiles { get; }
static member ConnectionProfiles : seq<Microsoft.Maui.Networking.ConnectionProfile>
Public Shared ReadOnly Property ConnectionProfiles As IEnumerable(Of ConnectionProfile)

속성 값

모든 연결 프로필 목록입니다.

설명

가 매니페스트에 설정되지 않은 경우 ACCESS_NETWORK_STATE Android에서 을 throw PermissionException 할 수 있습니다.

적용 대상