AppDataPaths
AppDataPaths
AppDataPaths
AppDataPaths
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
public : sealed class AppDataPaths : IAppDataPathspublic sealed class AppDataPaths : IAppDataPathsPublic NotInheritable Class AppDataPaths Implements IAppDataPaths// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Properties
Cookies Cookies Cookies Cookies
Prerelease.
public : PlatForm::String Cookies { get; }public string Cookies { get; }Public ReadOnly Property Cookies As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Desktop Desktop Desktop Desktop
Prerelease.
public : PlatForm::String Desktop { get; }public string Desktop { get; }Public ReadOnly Property Desktop As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Documents Documents Documents Documents
Prerelease.
public : PlatForm::String Documents { get; }public string Documents { get; }Public ReadOnly Property Documents As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Favorites Favorites Favorites Favorites
Prerelease.
public : PlatForm::String Favorites { get; }public string Favorites { get; }Public ReadOnly Property Favorites As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
History History History History
Prerelease.
public : PlatForm::String History { get; }public string History { get; }Public ReadOnly Property History As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
InternetCache InternetCache InternetCache InternetCache
Prerelease.
public : PlatForm::String InternetCache { get; }public string InternetCache { get; }Public ReadOnly Property InternetCache As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
LocalAppData LocalAppData LocalAppData LocalAppData
Prerelease.
public : PlatForm::String LocalAppData { get; }public string LocalAppData { get; }Public ReadOnly Property LocalAppData As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
ProgramData ProgramData ProgramData ProgramData
Prerelease.
public : PlatForm::String ProgramData { get; }public string ProgramData { get; }Public ReadOnly Property ProgramData As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Methods
GetDefault() GetDefault() GetDefault() GetDefault()
Prerelease.
public : static AppDataPaths GetDefault()public static AppDataPaths GetDefault()Public Static Function GetDefault() As AppDataPaths// You can use this method in JavaScript.
Returns
GetForUser(User) GetForUser(User) GetForUser(User) GetForUser(User)
Prerelease.
public : static AppDataPaths GetForUser(User user)public static AppDataPaths GetForUser(User user)Public Static Function GetForUser(user As User) As AppDataPaths// You can use this method in JavaScript.
Parameters
Returns