Version

GetCollectionAndContainer Method

Returns the collection of items and the ItemContainerGenerator for the specified pivot area of the IOlapViewModel
Syntax
'Declaration
 
Protected Sub GetCollectionAndContainer( _
   ByVal pivotArea As OlapViewModelProxy.PivotAreaNames, _
   ByRef itemCollection As System.Object, _
   ByRef container As System.Windows.Controls.ItemContainerGenerator _
) 
protected void GetCollectionAndContainer( 
   OlapViewModelProxy.PivotAreaNames pivotArea,
   out System.object itemCollection,
   out System.Windows.Controls.ItemContainerGenerator container
)
protected: void GetCollectionAndContainer( 
   OlapViewModelProxy.PivotAreaNames pivotArea,
   [PARAMFLAG::Out] System.Object* itemCollection,
   [PARAMFLAG::Out] System.Windows.Controls.ItemContainerGenerator* container
) 

Parameters

pivotArea
The specified pivot area of the IOlapViewModel
itemCollection
Output paramater that contains the collection of items
container
Output paramater that contains the ItemContainerGenerator
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