ILayoutStorage.LayoutScript Method

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

Syntax

'宣言
Sub LayoutScript ( _
    pStorageLayout As StorageLayout(), _
    nEntries As UInteger, _
    glfInterleavedFlag As UInteger _
)
'使用
Dim instance As ILayoutStorage
Dim pStorageLayout As StorageLayout()
Dim nEntries As UInteger
Dim glfInterleavedFlag As UInteger

instance.LayoutScript(pStorageLayout, _
    nEntries, glfInterleavedFlag)
void LayoutScript(
    StorageLayout[] pStorageLayout,
    uint nEntries,
    uint glfInterleavedFlag
)
void LayoutScript(
    [InAttribute] array<StorageLayout>^ pStorageLayout, 
    [InAttribute] unsigned int nEntries, 
    [InAttribute] unsigned int glfInterleavedFlag
)
function LayoutScript(
    pStorageLayout : StorageLayout[], 
    nEntries : uint, 
    glfInterleavedFlag : uint
)

Parameters

  • pStorageLayout
    Type: []

Permissions

See Also

Reference

ILayoutStorage Interface

ILayoutStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace