AppDataPaths.Favorites Property

Definition

Gets a path to the favorites folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the favorites folder.

Applies to