Version

Open Method (IPackageFactory)

Opens an IPackage with a given IO stream and file mode.
Syntax
'Declaration
 
Function Open( _
   ByVal stream As Stream, _
   ByVal packageMode As FileMode _
) As IPackage
IPackage Open( 
   Stream stream,
   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 10, 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