add_provided_item


Description:

public void add_provided_item (ProvidedKind kind, string item)

Adds a provided item to the component with the given kind, creating a new AsProvided for this kind internally if necessary.

Parameters:

this

a Component instance.

kind

the kind of the provided item (e.g. as_provided_kind_mediatype)

item

the item to add.