ISmartIndent, interface

Fournit des méthodes calculant la mise en retrait souhaitée pour une ligne.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
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

Le type ISmartIndent expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Dispose Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées. (Hérité de IDisposable.)
Méthode publique GetDesiredIndentation Obtient la mise en retrait souhaitée pour un élément ITextSnapshotLine.

Début

Voir aussi

Référence

Microsoft.VisualStudio.Text.Editor, espace de noms