Launcher.LaunchFolderPathAsync Methode

Definition

Überlädt

LaunchFolderPathAsync(String)

Startet Explorer und zeigt den Inhalt des angegebenen Ordners an.

LaunchFolderPathAsync(String, FolderLauncherOptions)

Startet Explorer mit den angegebenen Optionen und zeigt den Inhalt des angegebenen Ordners an.

LaunchFolderPathAsync(String)

Startet Explorer und zeigt den Inhalt des angegebenen Ordners an.

public:
 static IAsyncOperation<bool> ^ LaunchFolderPathAsync(Platform::String ^ path);
/// [Windows.Foundation.Metadata.Overload("LaunchFolderPathAsync")]
 static IAsyncOperation<bool> LaunchFolderPathAsync(winrt::hstring const& path);
[Windows.Foundation.Metadata.Overload("LaunchFolderPathAsync")]
public static IAsyncOperation<bool> LaunchFolderPathAsync(string path);
function launchFolderPathAsync(path)
Public Shared Function LaunchFolderPathAsync (path As String) As IAsyncOperation(Of Boolean)

Parameter

path
String

Platform::String

winrt::hstring

Ein Dateipfad zum zu öffnenden Ordner.

Gibt zurück

Das Ergebnis des Vorgangs.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)

Hinweise

Diese API muss in einem ASTA-Thread (auch als UI-Thread bezeichnet) aufgerufen werden. Für diese API muss die aufrufende App nicht auf den ordner zugreifen, der gestartet wird. Diese API schlägt fehl, wenn der Pfad nicht auf einen Ordner verweist oder der Benutzer keinen Zugriff auf diesen Ordner hat.

Weitere Informationen

Gilt für:

LaunchFolderPathAsync(String, FolderLauncherOptions)

Startet Explorer mit den angegebenen Optionen und zeigt den Inhalt des angegebenen Ordners an.

public:
 static IAsyncOperation<bool> ^ LaunchFolderPathAsync(Platform::String ^ path, FolderLauncherOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("LaunchFolderPathWithOptionsAsync")]
 static IAsyncOperation<bool> LaunchFolderPathAsync(winrt::hstring const& path, FolderLauncherOptions const& options);
[Windows.Foundation.Metadata.Overload("LaunchFolderPathWithOptionsAsync")]
public static IAsyncOperation<bool> LaunchFolderPathAsync(string path, FolderLauncherOptions options);
function launchFolderPathAsync(path, options)
Public Shared Function LaunchFolderPathAsync (path As String, options As FolderLauncherOptions) As IAsyncOperation(Of Boolean)

Parameter

path
String

Platform::String

winrt::hstring

Ein Dateipfad zum zu öffnenden Ordner.

options
FolderLauncherOptions

Optionen, die den Umfang des Bildschirmbereichs angeben, der Explorer ausfüllen, und die Liste der Elemente, die im angegebenen Ordner ausgewählt werden sollen.

Gibt zurück

Das Ergebnis des Vorgangs.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)

Hinweise

Diese API muss in einem ASTA-Thread (auch als UI-Thread bezeichnet) aufgerufen werden. Für diese API muss die aufrufende App nicht auf den ordner zugreifen, der gestartet wird. Diese API schlägt fehl, wenn der Pfad nicht auf einen Ordner verweist oder der Benutzer keinen Zugriff auf diesen Ordner hat.

Weitere Informationen

Gilt für: