IPropertyStorage Interface

Definition

Manages the persistent properties of a single property set. For more information, see IPropertyStorage and IPropertySetStorage.

public interface class IPropertyStorage
public interface class IPropertyStorage
__interface IPropertyStorage
[System.Runtime.InteropServices.Guid("00000138-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPropertyStorage
[System.Runtime.InteropServices.Guid("00000138-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPropertyStorage
[<System.Runtime.InteropServices.Guid("00000138-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPropertyStorage = interface
[<System.Runtime.InteropServices.Guid("00000138-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPropertyStorage = interface
Public Interface IPropertyStorage
Attributes

Methods

Commit(UInt32)
DeleteMultiple(UInt32, PROPSPEC[])
DeletePropertyNames(UInt32, UInt32[])
Enum(IEnumSTATPROPSTG)
ReadMultiple(UInt32, PROPSPEC[], PROPVARIANT[])
ReadPropertyNames(UInt32, UInt32[], String[])
Revert()
SetClass(Guid)
SetTimes(FILETIME[], FILETIME[], FILETIME[])
Stat(STATPROPSETSTG[])
WriteMultiple(UInt32, PROPSPEC[], PROPVARIANT[], UInt32)
WritePropertyNames(UInt32, UInt32[], String[])

Applies to