LimitedAccessFeatures.TryUnlockFeature(String, String, String) 方法

定义

向 Microsoft 提交授权使用特定受限访问功能的请求。 用户必须事先从 Microsoft 获取功能 ID 和令牌,才能成功调用此 API。

public:
 static LimitedAccessFeatureRequestResult ^ TryUnlockFeature(Platform::String ^ featureId, Platform::String ^ token, Platform::String ^ attestation);
 static LimitedAccessFeatureRequestResult TryUnlockFeature(winrt::hstring const& featureId, winrt::hstring const& token, winrt::hstring const& attestation);
public static LimitedAccessFeatureRequestResult TryUnlockFeature(string featureId, string token, string attestation);
function tryUnlockFeature(featureId, token, attestation)
Public Shared Function TryUnlockFeature (featureId As String, token As String, attestation As String) As LimitedAccessFeatureRequestResult

参数

featureId
String

Platform::String

winrt::hstring

由 Microsoft 提供的 ID。 标识所请求的功能的 。

token
String

Platform::String

winrt::hstring

在同意使用该功能的要求后,从 Microsoft 收回的字符串。

attestation
String

Platform::String

winrt::hstring

声明发布者有权使用该功能的纯英语语句。

返回

一个 LimitedAccessFeatureRequestResult 值,该值指示对用户请求的响应。

适用于