Heureka API .NET Documentation
GetProjectControlCategories Method



Syntax
'Declaration
 
Public Shared Function GetProjectControlCategories( _
   Optional ByVal type As ControlCategoryType _
) As IDictionary(Of Guid,ControlCategory)
'Usage
 
Dim type As ControlCategoryType
Dim value As IDictionary(Of Guid,ControlCategory)
 
value = ControlCategory.GetProjectControlCategories(type)
public static IDictionary<Guid,ControlCategory> GetProjectControlCategories( 
   ControlCategoryType type
)
public:
static IDictionary<Guid,ControlCategory^>^ GetProjectControlCategories( 
   ControlCategoryType type
) 

Parameters

type
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