| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property ChildCategories As MasterFormsCategoryCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual MasterFormsCategoryCollection ChildCategories {get;} | |
| C++/CLI | |
|---|---|
public: virtual property MasterFormsCategoryCollection^ ChildCategories { MasterFormsCategoryCollection^ get(); } | |
Return Value
Returns the a collection of directories (sub-categories) in this category.For an example, refer to GenerateMasterFormAttributes.
The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
The count of Master Forms in this collection is stored in MasterFormsCount.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code