NetworkOperatorNotificationEventDetails.AuthorizeTethering Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
|