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 handling an AtomicText structure.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("29CDD341-0F95-42F2-B71C-75BC51A7EB72")> _
Public Interface IVsAtomicTextProvider
[InterfaceTypeAttribute()]
[GuidAttribute("29CDD341-0F95-42F2-B71C-75BC51A7EB72")]
public interface IVsAtomicTextProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"29CDD341-0F95-42F2-B71C-75BC51A7EB72")]
public interface class IVsAtomicTextProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("29CDD341-0F95-42F2-B71C-75BC51A7EB72")>]
type IVsAtomicTextProvider = interface end
public interface IVsAtomicTextProvider
The IVsAtomicTextProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
DrawAtomGlyph | Draws the glyph. |
![]() |
GetAtomAttributes | Gets the attributes of the atom |
![]() |
GetAtomFlags | Gets the type of atom it is (glyph, text, or default). |
![]() |
GetAtomGlyphWidth | Gets the width of the glyph. |
Top