共用方式為


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

定義

向 Microsoft 提交要求,以授權使用特定的有限存取功能。 使用者先前必須已從 Microsoft 取得功能識別碼和權杖,才能成功呼叫此 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 提供的識別碼。 ,識別所要求的功能。

token
String

Platform::String

winrt::hstring

在同意使用此功能的需求時,從 Microsoft 重新設定的字串。

attestation
String

Platform::String

winrt::hstring

純英文語句,宣告發行者有權使用此功能。

傳回

LimitedAccessFeatureRequestResult值,指出使用者要求的回應。

適用於