ApplicationData.SharedLocalPath Property
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.
A string value that represents the path for the shared data store.
public:
property Platform::String ^ SharedLocalPath { Platform::String ^ get(); };
winrt::hstring SharedLocalPath();
public string SharedLocalPath { get; }
var string = applicationData.sharedLocalPath;
Public ReadOnly Property SharedLocalPath As String
Property Value
Returns the path for the shared data store.
Remarks
This is equivalent to Windows.Storage.ApplicationData.SharedLocalFolder().Path.