다음을 통해 공유


NetworkAdapter.GetConnectedProfileAsync 메서드

정의

현재 네트워크 어댑터와 연결된 연결 프로필을 가져옵니다.

public:
 virtual IAsyncOperation<ConnectionProfile ^> ^ GetConnectedProfileAsync() = GetConnectedProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ConnectionProfile> GetConnectedProfileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ConnectionProfile> GetConnectedProfileAsync();
function getConnectedProfileAsync()
Public Function GetConnectedProfileAsync () As IAsyncOperation(Of ConnectionProfile)

반환

이 네트워크 어댑터와 연결된 연결 프로필입니다.

특성

적용 대상