PackageExtension.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.
Remarks
This API can be used in conjunction with GetExtensionProperties to access files in the extension's isolated storage.