IPropertyStorage Interface

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

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000138-0000-0000-C000-000000000046")> _
Public Interface IPropertyStorage
[InterfaceTypeAttribute()]
[GuidAttribute("00000138-0000-0000-C000-000000000046")]
public interface IPropertyStorage
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000138-0000-0000-C000-000000000046")]
public interface class IPropertyStorage
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000138-0000-0000-C000-000000000046")>]
type IPropertyStorage =  interface end
public interface IPropertyStorage

The IPropertyStorage type exposes the following members.

Methods

  Name Description
Public method Commit
Public method DeleteMultiple
Public method DeletePropertyNames
Public method Enum
Public method ReadMultiple
Public method ReadPropertyNames
Public method Revert
Public method SetClass
Public method SetTimes
Public method Stat
Public method WriteMultiple
Public method WritePropertyNames

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace