IActivityToolboxService.AddCategory(String) Method

Definition

Adds a category to the toolbox.

public:
 void AddCategory(System::String ^ categoryName);
public void AddCategory (string categoryName);
abstract member AddCategory : string -> unit
Public Sub AddCategory (categoryName As String)

Parameters

categoryName
String

A string that contains the name of the category to be added.

Applies to