NetworkOperatorNotificationEventDetails.AuthorizeTethering 方法

定义

用于指示设备是否允许网络共享。 如果不是,则可以提供原因。

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)

参数

allow
Boolean

bool

如果允许网络共享,则为 true;否则为 false。

entitlementFailureReason
String

Platform::String

winrt::hstring

不允许网络共享的原因。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

适用于