- category
- Category to be added.
| Visual Basic (Declaration) | |
|---|---|
Public Function AddCategory( _ ByVal category As IMasterFormsCategory _ ) As IMasterFormsCategory | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public IMasterFormsCategory AddCategory( IMasterFormsCategory category ) | |
| C++/CLI | |
|---|---|
public: IMasterFormsCategory^ AddCategory( IMasterFormsCategory^ category ) | |
Parameters
- category
- Category to be added.
Return Value
The Added category.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code