Version

Open Method (IPackageFactory)

Opens an IPackage with a given IO stream and file mode.
Syntax
'Declaration
 
Function Open( _
   ByVal stream As System.IO.Stream, _
   ByVal packageMode As System.IO.FileMode _
) As IPackage
IPackage Open( 
   System.IO.Stream stream,
   System.IO.FileMode packageMode
)

Parameters

stream
The IO stream on which to open the IPackage.
packageMode
The file mode in which to open the IPackage.

Return Value

The opened IPackage.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub