PlatformDiagnosticActions.DownloadLatestSettingsForNamespace 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.
Lädt die Einstellungen herunter, die beschreiben, welche Diagnosedaten als Teil des angegebenen Profils gesammelt werden.
public:
static PlatformDiagnosticActionState DownloadLatestSettingsForNamespace(Platform::String ^ partner, Platform::String ^ feature, bool isScenarioNamespace, bool downloadOverCostedNetwork, bool downloadOverBattery);
static PlatformDiagnosticActionState DownloadLatestSettingsForNamespace(winrt::hstring const& partner, winrt::hstring const& feature, bool const& isScenarioNamespace, bool const& downloadOverCostedNetwork, bool const& downloadOverBattery);
public static PlatformDiagnosticActionState DownloadLatestSettingsForNamespace(string partner, string feature, bool isScenarioNamespace, bool downloadOverCostedNetwork, bool downloadOverBattery);
function downloadLatestSettingsForNamespace(partner, feature, isScenarioNamespace, downloadOverCostedNetwork, downloadOverBattery)
Public Shared Function DownloadLatestSettingsForNamespace (partner As String, feature As String, isScenarioNamespace As Boolean, downloadOverCostedNetwork As Boolean, downloadOverBattery As Boolean) As PlatformDiagnosticActionState
Parameter
- partner
-
String
Platform::String
winrt::hstring
Der Name des Partners, der diesem Profil zugeordnet ist.
- feature
-
String
Platform::String
winrt::hstring
Der Name des Features, das diesem Profil zugeordnet ist.
- isScenarioNamespace
-
Boolean
bool
true , wenn dieses Profil einem Szenario zugeordnet ist; Andernfalls false .
- downloadOverCostedNetwork
-
Boolean
bool
true , um Einstellungen herunterzuladen, auch wenn das Gerät nur Zugriff auf eine kostenpflichtige Netzwerkverbindung hat; Andernfalls false .
- downloadOverBattery
-
Boolean
bool
true , um die Einstellungen herunterzuladen, auch wenn das Gerät im Akkubetrieb ist; false, andernfalls.
Gibt zurück
Das Ergebnis des Herunterladens der Einstellungen.