Freigeben über


IStorageProviderUriSource.GetContentInfoForPath Methode

Definition

Ruft Informationen zu einem Speicheranbieter-URI unter Angabe des Pfads des URI ab.

public:
 void GetContentInfoForPath(Platform::String ^ path, StorageProviderGetContentInfoForPathResult ^ result);
void GetContentInfoForPath(winrt::hstring const& path, StorageProviderGetContentInfoForPathResult const& result);
public void GetContentInfoForPath(string path, StorageProviderGetContentInfoForPathResult result);
function getContentInfoForPath(path, result)
Public Sub GetContentInfoForPath (path As String, result As StorageProviderGetContentInfoForPathResult)

Parameter

path
String

Platform::String

winrt::hstring

Der Pfad des Speicheranbieter-URI.

result
StorageProviderGetContentInfoForPathResult

Inhaltsinformationen zum bereitgestellten Speicheranbieter-URI.

Gilt für: