StoreConfiguration.SetMobileOperatorConfiguration Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Konfiguriert Die Informationen des Mobilfunkanbieters für das Gerät.
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)
Parameter
- mobileOperatorId
-
String
Platform::String
winrt::hstring
Die Id des Mobilfunkanbieters.
- appDownloadLimitInMegabytes
-
UInt32
unsigned int
uint32_t
Die vom Mobilfunkanbieter definierte maximale App-Downloadgröße in MB.
- updateDownloadLimitInMegabytes
-
UInt32
unsigned int
uint32_t
Die vom Mobilfunkanbieter definierte maximale Downloadgröße für Betriebssystemupdates in MB.