ISmartIndent Interface

Definition

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.

Applies to