IStorageProviderUriSource.GetPathForContentUri Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the path of content URI given the name of the URI.
public:
void GetPathForContentUri(Platform::String ^ contentUri, StorageProviderGetPathForContentUriResult ^ result);
void GetPathForContentUri(winrt::hstring const& contentUri, StorageProviderGetPathForContentUriResult const& result);
public void GetPathForContentUri(string contentUri, StorageProviderGetPathForContentUriResult result);
function getPathForContentUri(contentUri, result)
Public Sub GetPathForContentUri (contentUri As String, result As StorageProviderGetPathForContentUriResult)
Parameters
- contentUri
-
String
Platform::String
winrt::hstring
The string name of the content URI.
The path of the provided content URI.