다음을 통해 공유


NetworkOperatorTetheringManager.GetTetheringCapability(String) 메서드

정의

디바이스가 테더링 네트워크를 만들 수 있는지를 나타냅니다. 가능한 값은 TetheringCapability에 의해 정의됩니다.

public:
 static TetheringCapability GetTetheringCapability(Platform::String ^ networkAccountId);
 static TetheringCapability GetTetheringCapability(winrt::hstring const& networkAccountId);
public static TetheringCapability GetTetheringCapability(string networkAccountId);
function getTetheringCapability(networkAccountId)
Public Shared Function GetTetheringCapability (networkAccountId As String) As TetheringCapability

매개 변수

networkAccountId
String

Platform::String

winrt::hstring

네트워크 계정 ID입니다.

반환

네트워크 계정의 테더링 기능입니다.

Windows 요구 사항

앱 기능
wiFiControl

설명

CreateFromNetworkAccountId를 사용하여 테더링 네트워크를 만들기 전에 항상 GetTetheringCapability를 호출하여 시스템이 테더링 네트워크를 만들 수 있는지 먼저 확인합니다.

적용 대상