ISmartIndent Interface
Provides methods that compute the desired indentation for a line.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface ISmartIndent _
Inherits IDisposable
public interface ISmartIndent : IDisposable
public interface class ISmartIndent : IDisposable
type ISmartIndent =
interface
interface IDisposable
end
public interface ISmartIndent extends IDisposable
The ISmartIndent type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
GetDesiredIndentation | Gets the desired indentation of an ITextSnapshotLine. |
Top