Share via


IPropertySetStorage Interface

Definition

Creates, opens, deletes, and enumerates storage of property sets supporting the IPropertyStorage interface. For more information, see IPropertySetStorage.

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

Methods

Create(Guid, Guid, UInt32, UInt32, IPropertyStorage)
Delete(Guid)
Enum(IEnumSTATPROPSETSTG)
Open(Guid, UInt32, IPropertyStorage)

Applies to