ISmartIndent Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides for computing the desired indentation for a line.
public interface class ISmartIndent : IDisposable
public interface ISmartIndent : IDisposable
type ISmartIndent = interface
interface IDisposable
Public Interface ISmartIndent
Implements IDisposable
- Implements
Methods
GetDesiredIndentation(ITextSnapshotLine) |
Gets the desired indentation of an ITextSnapshotLine. |