NetworkOperatorNotificationEventDetails.AuthorizeTethering 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于指示设备是否允许网络共享。 如果不是,则可以提供原因。
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
|