ConnectivityChangedEventArgs.ConnectionProfiles 属性

定义

获取设备的活动连接配置文件。

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

属性值

所有连接配置文件的列表。

适用于