ILayoutStorage Interface
Enables an application to optimize the layout of compound files for efficient downloading across a slow link. For more information, see ILayoutStorage and StorageLayout.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("0E6D4D90-6738-11CF-9608-00AA00680DB4")> _
<InterfaceTypeAttribute()> _
Public Interface ILayoutStorage
[GuidAttribute("0E6D4D90-6738-11CF-9608-00AA00680DB4")]
[InterfaceTypeAttribute()]
public interface ILayoutStorage
The ILayoutStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginMonitor | ||
EndMonitor | ||
LayoutScript | ||
ReLayoutDocfile | ||
ReLayoutDocfileOnILockBytes |
Top