Share via


IMappingSpan.AnchorBuffer Property

Gets the ITextBuffer from which this span was created.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
ReadOnly Property AnchorBuffer As ITextBuffer
ITextBuffer AnchorBuffer { get; }
property ITextBuffer^ AnchorBuffer {
    ITextBuffer^ get ();
}
abstract AnchorBuffer : ITextBuffer with get
function get AnchorBuffer () : ITextBuffer

Property Value

Type: Microsoft.VisualStudio.Text.ITextBuffer
the ITextBuffer.

.NET Framework Security

See Also

Reference

IMappingSpan Interface

Microsoft.VisualStudio.Text Namespace