BCGControlBar Library for .NET
RecreateItems Method




The SerializationInfo to get information about items to recreate.
Specifies the number of items to recreate from the SerializationInfo.

Recreates an OutlookItemCollection from the serialization info. 

Syntax
'Declaration
 
Public Sub RecreateItems( _
   ByVal info As SerializationInfo, _
   ByVal itemCount As Integer _
) 
'Usage
 
Dim instance As OutlookBarPane
Dim info As SerializationInfo
Dim itemCount As Integer
 
instance.RecreateItems(info, itemCount)
public void RecreateItems( 
   SerializationInfo info,
   int itemCount
)
public: void RecreateItems( 
   SerializationInfo* info,
   int itemCount
) 
public:
void RecreateItems( 
   SerializationInfo^ info,
   int itemCount
) 

Parameters

info
The SerializationInfo to get information about items to recreate.
itemCount
Specifies the number of items to recreate from the SerializationInfo.
Requirements

Target Platforms: 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

Reference

OutlookBarPane Class
OutlookBarPane Members

Send Feedback