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 | |
---|---|---|
![]() |
Commit | |
![]() |
DeleteMultiple | |
![]() |
DeletePropertyNames | |
![]() |
Enum | |
![]() |
ReadMultiple | |
![]() |
ReadPropertyNames | |
![]() |
Revert | |
![]() |
SetClass | |
![]() |
SetTimes | |
![]() |
Stat | |
![]() |
WriteMultiple | |
![]() |
WritePropertyNames |
Top