This documentation is archived and is not being maintained.
IPropertyStorage Interface
Namespace:
Microsoft.VisualStudio.OLE.InteropAssembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("00000138-0000-0000-C000-000000000046")]
public interface IPropertyStorage
| Name | Description |
|---|
 | 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[]) | |
Return to top