IActivityToolboxService Interface

Definição

Representa um serviço usado para atualizar o conteúdo da Caixa de Ferramentas de um Designer.Represents a service used to update Toolbox contents from a Designer.

public interface class IActivityToolboxService
public interface IActivityToolboxService
type IActivityToolboxService = interface
Public Interface IActivityToolboxService

Métodos

AddCategory(String)

Adiciona uma categoria à caixa de ferramentas.Adds a category to the toolbox.

AddItem(String, String)

Adiciona um item a uma categoria específica na caixa de ferramentas.Adds an item to a specific category in the toolbox.

EnumCategories()

Obtém um enumerador para todas as categorias nesta caixa de ferramentas.Gets an enumerator for all the categories in this toolbox.

EnumItems(String)

Obtém um enumerador para todos os itens na categoria especificada nesta caixa de ferramentas.Gets an enumerator for all the items under the specified category in this toolbox.

RemoveCategory(String)

Remove uma categoria da caixa de ferramentas.Removes a category from the toolbox.

RemoveItem(String, String)

Remove um item de uma categoria específica na caixa de ferramentas.Removes an item from a specific category in the toolbox.

Aplica-se a