Share via


PackageExtension.GetPublicPath Method

Definition

Gets the path to the extension's isolated storage location.

public:
 virtual Platform::String ^ GetPublicPath() = GetPublicPath;
winrt::hstring GetPublicPath();
public string GetPublicPath();
function getPublicPath()
Public Function GetPublicPath () As String

Returns

String

Platform::String

winrt::hstring

The path to the extension's isolated storage location.

Remarks

This API can be used in conjunction with GetExtensionProperties to access files in the extension's isolated storage.

Applies to

See also