UserDataPaths.Favorites Property

Definition

Gets the path to a user's Favorites folder.

public:
 property Platform::String ^ Favorites { Platform::String ^ get(); };
winrt::hstring Favorites();
public string Favorites { get; }
var string = userDataPaths.favorites;
Public ReadOnly Property Favorites As String

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Favorites folder.

Applies to