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