TagSpan<T> Class
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.
The implementation of ITagSpan<T>.
C++
generic <typename T>
where T : ITagpublic ref class TagSpan : Microsoft::VisualStudio::Text::Tagging::ITagSpan<T>
public class TagSpan<T> : Microsoft.VisualStudio.Text.Tagging.ITagSpan<T> where T : ITag
type TagSpan<'T (requires 'T :> ITag)> = class
interface ITagSpan<'T (requires 'T :> ITag)>
Public Class TagSpan(Of T)
Implements ITagSpan(Of T)
- T
The type, which must be a subclass of ITag.
- Inheritance
-
TagSpan<T>
- Implements
Tag |
Initializes a new instance of a TagSpan<T> with the specified snapshot span and tag. |
Ürün | Sürümler |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |