NetworkOperatorTetheringManager.GetTetheringCapability(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디바이스가 테더링 네트워크를 만들 수 있는지를 나타냅니다. 가능한 값은 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를 호출하여 시스템이 테더링 네트워크를 만들 수 있는지 먼저 확인합니다.