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
|