Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Supports creation and management of structured storage objects which enable. hierarchical storage of information within a single file. For more information, see IStorage.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000B-0000-0000-C000-000000000046")> _
Public Interface IStorage
[InterfaceTypeAttribute()]
[GuidAttribute("0000000B-0000-0000-C000-000000000046")]
public interface IStorage
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000000B-0000-0000-C000-000000000046")]
public interface class IStorage
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000000B-0000-0000-C000-000000000046")>]
type IStorage = interface end
public interface IStorage
The IStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Commit | |
![]() |
CopyTo | |
![]() |
CreateStorage | |
![]() |
CreateStream | |
![]() |
DestroyElement | |
![]() |
EnumElements | |
![]() |
MoveElementTo | |
![]() |
OpenStorage | |
![]() |
OpenStream | |
![]() |
RenameElement | |
![]() |
Revert | |
![]() |
SetClass | |
![]() |
SetElementTimes | |
![]() |
SetStateBits | |
![]() |
Stat |
Top