TagTypeAttribute::TagTypes Property

 

Gets the type of the tag.

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

public:
property Type^ TagTypes {
	Type^ get();
}

Property Value

Type: System::Type^

The type of the tag.

Return to top
Show: