Partager via


NetworkOperatorTetheringManager.GetTetheringCapability(String) Méthode

Définition

Indique si un appareil est capable de créer un réseau de liaison. Les valeurs possibles sont définies par 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

Paramètres

networkAccountId
String

Platform::String

winrt::hstring

ID de compte réseau.

Retours

Fonctionnalités de liaison d’un compte réseau.

Configuration requise pour Windows

Fonctionnalités de l’application
wiFiControl

Remarques

Appelez toujours GetTetheringCapability avant la création du réseau de liaison à l’aide de CreateFromNetworkAccountId pour vérifier d’abord que le système est capable de créer un réseau de liaison.

S’applique à