TagTypeAttribute Constructor (Type^)

 

Initializes a new instance of a TagTypeAttribute.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
TagTypeAttribute(
	Type^ tagType
)

Parameters

tagType
Type: System::Type^

The tag type, which must derive from ITag.

Exception Condition
ArgumentNullException

tagType is null.

ArgumentException

tagType does not derive from ITag.

Return to top
Show: