TagTypeAttribute Class

Definition

Declares the types of tags an ITagger<T> produces. This attribute is placed on the provider of the tagger.

public ref class TagTypeAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public ref class TagTypeAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public sealed class TagTypeAttribute : Microsoft.VisualStudio.Utilities.MultipleBaseMetadataAttribute
type TagTypeAttribute = class
    inherit MultipleBaseMetadataAttribute
Public NotInheritable Class TagTypeAttribute
Inherits MultipleBaseMetadataAttribute
Inheritance

Remarks

This attribute is placed on the tagger provider.

Constructors

TagTypeAttribute(Type)

Initializes a new instance of a TagTypeAttribute.

Properties

TagTypes

Gets the type of the tag.

Applies to