TextMarkerTag::Type Property
Visual Studio 2015
Gets the type of adornment to use.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property String^ Type { [CompilerGeneratedAttribute] virtual String^ get() sealed; [CompilerGeneratedAttribute] private: virtual void set(String^ value) sealed; }
Implements
ITextMarkerTag::TypeFor more information about how to use a TextMarkerTag, see Walkthrough: Displaying Matching Braces.
Show: