다음을 통해 공유


LicenseManager.AddLicenseAsync(IBuffer) 메서드

정의

지정된 앱 라이선스를 설치합니다.

public:
 static IAsyncAction ^ AddLicenseAsync(IBuffer ^ license);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction AddLicenseAsync(IBuffer const& license);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction AddLicenseAsync(IBuffer license);
function addLicenseAsync(license)
Public Shared Function AddLicenseAsync (license As IBuffer) As IAsyncAction

매개 변수

license
IBuffer

설치할 라이선스의 내용입니다.

반환

설치 작업을 나타내는 개체입니다.

특성

Windows 요구 사항

앱 기능
storeLicenseManagement

적용 대상