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 manipulation of line attributes.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("BBB6EAEA-4835-4263-BEDB-2705607803CA")> _
Public Interface IVsLineAttributes
[InterfaceTypeAttribute()]
[GuidAttribute("BBB6EAEA-4835-4263-BEDB-2705607803CA")]
public interface IVsLineAttributes
[InterfaceTypeAttribute()]
[GuidAttribute(L"BBB6EAEA-4835-4263-BEDB-2705607803CA")]
public interface class IVsLineAttributes
[<InterfaceTypeAttribute()>]
[<GuidAttribute("BBB6EAEA-4835-4263-BEDB-2705607803CA")>]
type IVsLineAttributes = interface end
public interface IVsLineAttributes
The IVsLineAttributes type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SetLineSeparator | Sets the line separator. |
Top