Share via


ILayoutStorage.LayoutScript(StorageLayout[], UInt32, UInt32) Method

Definition

public:
 void LayoutScript(cli::array <Microsoft::VisualStudio::OLE::Interop::StorageLayout> ^ pStorageLayout, System::UInt32 nEntries, System::UInt32 glfInterleavedFlag);
void LayoutScript(std::Array <Microsoft::VisualStudio::OLE::Interop::StorageLayout> const & pStorageLayout, unsigned int nEntries, unsigned int glfInterleavedFlag);
public void LayoutScript (Microsoft.VisualStudio.OLE.Interop.StorageLayout[] pStorageLayout, uint nEntries, uint glfInterleavedFlag);
abstract member LayoutScript : Microsoft.VisualStudio.OLE.Interop.StorageLayout[] * uint32 * uint32 -> unit
Public Sub LayoutScript (pStorageLayout As StorageLayout(), nEntries As UInteger, glfInterleavedFlag As UInteger)

Parameters

pStorageLayout
StorageLayout[]
nEntries
UInt32
glfInterleavedFlag
UInt32

Applies to