TagTypeAttribute(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Exceptions
tagType
is null.
tagType
does not derive from ITag.