Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods for management for a synthetic region.
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 | |
---|---|---|
![]() |
GetBaseBufferAnchor | Gets the base buffer anchor of the region. |
![]() |
GetBehavior | Gets the behavior of the region. |
![]() |
GetClientData | Gets the client data for the region. |
![]() |
GetMarkerType | Gets the marker type for the region. |
![]() |
GetSyntheticLayerSpan | Gets the owning layer span for the region. |
![]() |
GetText | Gets the text associated with the region. |
![]() |
GetTextImage | Gets the text image of the region. |
![]() |
GetTextLayer | Gets the associated layer. |
![]() |
Invalidate | Handles deletion management, causing the region to go away and the text to become exposed and normal. |
![]() |
IsValid | Determines whether the region is currently valid. |
![]() |
SetBaseBufferAnchor | Sets the base buffer anchor of the region. |
![]() |
SetClientData | Sets the client data for the region. |
![]() |
SetText | Sets the text of the region. |
Top