다음을 통해 공유


StoreConfiguration.SetMobileOperatorConfiguration 메서드

정의

디바이스에 대한 통신사 정보를 구성합니다.

public:
 static void SetMobileOperatorConfiguration(Platform::String ^ mobileOperatorId, unsigned int appDownloadLimitInMegabytes, unsigned int updateDownloadLimitInMegabytes);
 static void SetMobileOperatorConfiguration(winrt::hstring const& mobileOperatorId, uint32_t const& appDownloadLimitInMegabytes, uint32_t const& updateDownloadLimitInMegabytes);
public static void SetMobileOperatorConfiguration(string mobileOperatorId, uint appDownloadLimitInMegabytes, uint updateDownloadLimitInMegabytes);
function setMobileOperatorConfiguration(mobileOperatorId, appDownloadLimitInMegabytes, updateDownloadLimitInMegabytes)
Public Shared Sub SetMobileOperatorConfiguration (mobileOperatorId As String, appDownloadLimitInMegabytes As UInteger, updateDownloadLimitInMegabytes As UInteger)

매개 변수

mobileOperatorId
String

Platform::String

winrt::hstring

통신사 ID입니다.

appDownloadLimitInMegabytes
UInt32

unsigned int

uint32_t

통신사가 정의한 최대 앱 다운로드 크기(MB)입니다.

updateDownloadLimitInMegabytes
UInt32

unsigned int

uint32_t

통신사가 정의한 최대 OS 업데이트 다운로드 크기(MB)입니다.

적용 대상