Condividi tramite


NetworkOperatorNotificationEventDetails.AuthorizeTethering Metodo

Definizione

Usato per indicare se il tethering è consentito per un dispositivo. In caso contrario, è possibile fornire 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)

Parametri

allow
Boolean

bool

true se il tethering è consentito; in caso contrario, false.

entitlementFailureReason
String

Platform::String

winrt::hstring

Il motivo per cui il tethering non è consentito.

Requisiti Windows

Funzionalità dell'app
cellularDeviceControl cellularDeviceIdentity

Si applica a