Share via


IRootStorage Interface

Switches the underlying file of a storage object to a different file and saves the object to that file. For more information, see IRootStorage.

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

Syntax

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

The IRootStorage type exposes the following members.

Methods

  Name Description
Public method SwitchToFile

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace