共用方式為


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

適用於