Share via


IVsSyntheticRegion Interface

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
<GuidAttribute("B9C97AB2-2A37-4134-93E9-C3014F364AA8")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSyntheticRegion
[GuidAttribute("B9C97AB2-2A37-4134-93E9-C3014F364AA8")]
[InterfaceTypeAttribute()]
public interface IVsSyntheticRegion
[GuidAttribute(L"B9C97AB2-2A37-4134-93E9-C3014F364AA8")]
[InterfaceTypeAttribute()]
public interface class IVsSyntheticRegion
[<GuidAttribute("B9C97AB2-2A37-4134-93E9-C3014F364AA8")>]
[<InterfaceTypeAttribute()>]
type IVsSyntheticRegion =  interface end
public interface IVsSyntheticRegion

The IVsSyntheticRegion type exposes the following members.

Methods

  Name Description
Public method GetBaseBufferAnchor Gets the base buffer anchor of the region.
Public method GetBehavior Gets the behavior of the region.
Public method GetClientData Gets client data
Public method GetMarkerType Gets the marker type.
Public method GetSyntheticLayerSpan
Public method GetText
Public method GetTextImage
Public method GetTextLayer
Public method Invalidate Handles deletion management.
Public method IsValid
Public method SetBaseBufferAnchor
Public method SetClientData
Public method SetText Sets the text of the region..

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace