Compartilhar via


Interface ISmartIndent

Fornece métodos que calculam o recuo desejado para uma linha.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
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

O tipo ISmartIndent expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Herdado de IDisposable.)
Método público GetDesiredIndentation Obtém o recuo desejado de uma ITextSnapshotLine.

Superior

Consulte também

Referência

Namespace Microsoft.VisualStudio.Text.Editor