Table of Contents

Class ShellProperties.PropertySystemVolume

Namespace
Microsoft.WindowsAPICodePack.Shell.PropertySystem
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

System.Volume Properties

public class ShellProperties.PropertySystemVolume : PropertyStoreItems
Inheritance
ShellProperties.PropertySystemVolume
Inherited Members

Properties

FileSystem

Name: System.Volume.FileSystem -- PKEY_Volume_FileSystem

Description: Indicates the filesystem of the volume.

Type: String -- VT_LPWSTR (For variants: VT_BSTR)

FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 4 (PID_VOLUME_FILESYSTEM) (Filesystem Volume Properties)

public ShellProperty<string> FileSystem { get; }

Property Value

ShellProperty<string>

IsMappedDrive

Name: System.Volume.IsMappedDrive -- PKEY_Volume_IsMappedDrive

Description:

Type: Boolean -- VT_BOOL

FormatID: {149C0B69-2C2D-48FC-808F-D318D78C4636}, 2

public ShellProperty<bool?> IsMappedDrive { get; }

Property Value

ShellProperty<bool?>

IsRoot

Name: System.Volume.IsRoot -- PKEY_Volume_IsRoot

Description:

Type: Boolean -- VT_BOOL

FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 10 (Filesystem Volume Properties)

public ShellProperty<bool?> IsRoot { get; }

Property Value

ShellProperty<bool?>