Heureka API .NET Documentation
GetDefaultControlCategoryFromProject Method



Path to the project
Returns the default control category of a project loaded from a path
Syntax
'Declaration
 
Public Shared Function GetDefaultControlCategoryFromProject( _
   ByVal path As String _
) As IControlCategory
'Usage
 
Dim path As String
Dim value As IControlCategory
 
value = ApiProjectManager.GetDefaultControlCategoryFromProject(path)
public static IControlCategory GetDefaultControlCategoryFromProject( 
   string path
)
public:
static IControlCategory^ GetDefaultControlCategoryFromProject( 
   String^ path
) 

Parameters

path
Path to the project

Return Value

The default control category of the project
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

ApiProjectManager Class
ApiProjectManager Members

Send Feedback