SystemDataPaths SystemDataPaths SystemDataPaths SystemDataPaths 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 SystemDataPaths : ISystemDataPathspublic sealed class SystemDataPaths : ISystemDataPathsPublic NotInheritable Class SystemDataPaths Implements ISystemDataPaths// 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

Fonts Fonts Fonts Fonts

Prerelease.

public : PlatForm::String Fonts { get; }public string Fonts { get; }Public ReadOnly Property Fonts 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

Public Public Public Public

Prerelease.

public : PlatForm::String Public { get; }public string Public { get; }Public ReadOnly Property Public As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

PublicDesktop PublicDesktop PublicDesktop PublicDesktop

Prerelease.

public : PlatForm::String PublicDesktop { get; }public string PublicDesktop { get; }Public ReadOnly Property PublicDesktop As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

PublicDocuments PublicDocuments PublicDocuments PublicDocuments

Prerelease.

public : PlatForm::String PublicDocuments { get; }public string PublicDocuments { get; }Public ReadOnly Property PublicDocuments As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

PublicDownloads PublicDownloads PublicDownloads PublicDownloads

Prerelease.

public : PlatForm::String PublicDownloads { get; }public string PublicDownloads { get; }Public ReadOnly Property PublicDownloads As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

PublicMusic PublicMusic PublicMusic PublicMusic

Prerelease.

public : PlatForm::String PublicMusic { get; }public string PublicMusic { get; }Public ReadOnly Property PublicMusic As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

PublicPictures PublicPictures PublicPictures PublicPictures

Prerelease.

public : PlatForm::String PublicPictures { get; }public string PublicPictures { get; }Public ReadOnly Property PublicPictures As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

PublicVideos PublicVideos PublicVideos PublicVideos

Prerelease.

public : PlatForm::String PublicVideos { get; }public string PublicVideos { get; }Public ReadOnly Property PublicVideos As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

System System System System

Prerelease.

public : PlatForm::String System { get; }public string System { get; }Public ReadOnly Property System As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

SystemArm SystemArm SystemArm SystemArm

Prerelease.

public : PlatForm::String SystemArm { get; }public string SystemArm { get; }Public ReadOnly Property SystemArm As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

SystemHost SystemHost SystemHost SystemHost

Prerelease.

public : PlatForm::String SystemHost { get; }public string SystemHost { get; }Public ReadOnly Property SystemHost As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

SystemX64 SystemX64 SystemX64 SystemX64

Prerelease.

public : PlatForm::String SystemX64 { get; }public string SystemX64 { get; }Public ReadOnly Property SystemX64 As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

SystemX86 SystemX86 SystemX86 SystemX86

Prerelease.

public : PlatForm::String SystemX86 { get; }public string SystemX86 { get; }Public ReadOnly Property SystemX86 As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

UserProfiles UserProfiles UserProfiles UserProfiles

Prerelease.

public : PlatForm::String UserProfiles { get; }public string UserProfiles { get; }Public ReadOnly Property UserProfiles As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

Windows Windows Windows Windows

Prerelease.

public : PlatForm::String Windows { get; }public string Windows { get; }Public ReadOnly Property Windows As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

Methods

GetDefault() GetDefault() GetDefault() GetDefault()

Prerelease.

public : static SystemDataPaths GetDefault()public static SystemDataPaths GetDefault()Public Static Function GetDefault() As SystemDataPaths// You can use this method in JavaScript.
Returns