Heureka API .NET Documentation
Add Method (CategoryConfig.PeriodCategoryList)



Syntax
'Declaration
 
Public Sub Add( _
   ByVal period As Integer, _
   ByVal cc As IControlCategory _
) 
'Usage
 
Dim instance As CategoryConfig.PeriodCategoryList
Dim period As Integer
Dim cc As IControlCategory
 
instance.Add(period, cc)
public void Add( 
   int period,
   IControlCategory cc
)
public:
void Add( 
   int period,
   IControlCategory^ cc
) 

Parameters

period
cc
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

CategoryConfig.PeriodCategoryList Class
CategoryConfig.PeriodCategoryList Members

Send Feedback