次の方法で共有


TetheringEntitlementCheckTriggerDetails.DenyTethering(String) メソッド

定義

デバイスのサービス セット識別子 (SSID) のテザリングが拒否されたことを示します。

public:
 virtual void DenyTethering(Platform::String ^ entitlementFailureReason) = DenyTethering;
void DenyTethering(winrt::hstring const& entitlementFailureReason);
public void DenyTethering(string entitlementFailureReason);
function denyTethering(entitlementFailureReason)
Public Sub DenyTethering (entitlementFailureReason As String)

パラメーター

entitlementFailureReason
String

Platform::String

winrt::hstring

テザリングエラーの理由を指定する文字列。

Windows の要件

アプリの機能
networkConnectionManagerProvisioning

適用対象