Share via


AppExtension.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.

Windows requirements

Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Remarks

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

Applies to

See also