Share via


SimpleTagger<T> Constructor

Initializes a new instance of SimpleTagger<T> for the specified buffer.

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

Syntax

'Declaration
Public Sub New ( _
    buffer As ITextBuffer _
)
public SimpleTagger(
    ITextBuffer buffer
)
public:
SimpleTagger(
    ITextBuffer^ buffer
)
new : 
        buffer:ITextBuffer -> SimpleTagger
public function SimpleTagger(
    buffer : ITextBuffer
)

Parameters

.NET Framework Security

See Also

Reference

SimpleTagger<T> Class

Microsoft.VisualStudio.Text.Tagging Namespace