ILayoutStorage.LayoutScript(StorageLayout[], UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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