TagTypeAttribute(Type) Constructor

Definition

Initializes a new instance of a TagTypeAttribute.

public:
 TagTypeAttribute(Type ^ tagType);
public:
 TagTypeAttribute(Platform::Type ^ tagType);
public TagTypeAttribute (Type tagType);
new Microsoft.VisualStudio.Text.Tagging.TagTypeAttribute : Type -> Microsoft.VisualStudio.Text.Tagging.TagTypeAttribute
Public Sub New (tagType As Type)

Parameters

tagType
Type

The tag type, which must derive from ITag.

Exceptions

tagType is null.

tagType does not derive from ITag.

Applies to