Partager via


NetworkOperatorNotificationEventDetails.AuthorizeTethering Méthode

Définition

Permet d’indiquer si l’attache est autorisée pour un appareil. Si ce n’est pas le cas, une raison peut être fournie.

public:
 virtual void AuthorizeTethering(bool allow, Platform::String ^ entitlementFailureReason) = AuthorizeTethering;
void AuthorizeTethering(bool const& allow, winrt::hstring const& entitlementFailureReason);
public void AuthorizeTethering(bool allow, string entitlementFailureReason);
function authorizeTethering(allow, entitlementFailureReason)
Public Sub AuthorizeTethering (allow As Boolean, entitlementFailureReason As String)

Paramètres

allow
Boolean

bool

true si la connexion est autorisée ; sinon, false.

entitlementFailureReason
String

Platform::String

winrt::hstring

La raison pour laquelle l’attache n’est pas autorisée.

Configuration requise pour Windows

Fonctionnalités de l’application
cellularDeviceControl cellularDeviceIdentity

S’applique à