Heureka API .NET Documentation
GetDefaultArray Method



Project
Gets an array of default ControlCategories from a project.
Syntax
'Declaration
 
Public Shared Function GetDefaultArray( _
   ByVal project As IProject _
) As ControlCategory()
'Usage
 
Dim project As IProject
Dim value() As ControlCategory
 
value = ControlCategory.GetDefaultArray(project)
public static ControlCategory[] GetDefaultArray( 
   IProject project
)
public:
static array<ControlCategory^>^ GetDefaultArray( 
   IProject^ project
) 

Parameters

project
Project

Return Value

An array of controlcategories
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

ControlCategory Class
ControlCategory Members

Send Feedback