Compartir a través de


NetworkOperatorNotificationEventDetails.AuthorizeTethering Método

Definición

Se usa para indicar si se permite el tethering para un dispositivo. Si no es así, se puede proporcionar un motivo.

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)

Parámetros

allow
Boolean

bool

true si se permite el tethering; de lo contrario, false.

entitlementFailureReason
String

Platform::String

winrt::hstring

El motivo por el que no se permite el tethering.

Requisitos de Windows

Características de aplicaciones
cellularDeviceControl cellularDeviceIdentity

Se aplica a