StoreConfiguration.SetMobileOperatorConfiguration メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイスの携帯電話会社情報を構成します。
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 単位)。