ITagCollector Interface

Definition

Represents a custom tag provider and enables it to emit tags.

public interface class ITagCollector
public interface ITagCollector
type ITagCollector = interface
Public Interface ITagCollector

Remarks

See TagProviderAttribute for details on how this interface is used.

Methods

Add(String, Object)

Adds a tag.

Add(String, Object, DataClassificationSet)

Adds a tag.

Applies to