IStorageProviderUriSource.GetContentInfoForPath 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.
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.
Inhaltsinformationen zum bereitgestellten Speicheranbieter-URI.