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 | |
---|---|---|
GetBaseBufferAnchor | Gets the base buffer anchor of the region. | |
GetBehavior | Gets the behavior of the region. | |
GetClientData | Gets client data | |
GetMarkerType | Gets the marker type. | |
GetSyntheticLayerSpan | ||
GetText | ||
GetTextImage | ||
GetTextLayer | ||
Invalidate | Handles deletion management. | |
IsValid | ||
SetBaseBufferAnchor | ||
SetClientData | ||
SetText | Sets the text of the region.. |
Top