Partager via


ISmartIndent.GetDesiredIndentation, méthode

Obtient la mise en retrait souhaitée pour un élément ITextSnapshotLine.

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

Syntaxe

'Déclaration
Function GetDesiredIndentation ( _
    line As ITextSnapshotLine _
) As Nullable(Of Integer)
Nullable<int> GetDesiredIndentation(
    ITextSnapshotLine line
)
Nullable<int> GetDesiredIndentation(
    ITextSnapshotLine^ line
)
abstract GetDesiredIndentation : 
        line:ITextSnapshotLine -> Nullable<int> 
function GetDesiredIndentation(
    line : ITextSnapshotLine
) : Nullable<int>

Paramètres

Valeur de retour

Type : Nullable<Int32>
Le nombre d'espaces à placer au début de la ligne, ou nullune référence null (Nothing en Visual Basic) s'il n'existe aucune mise en retrait souhaitée.

Sécurité .NET Framework

Voir aussi

Référence

ISmartIndent Interface

Microsoft.VisualStudio.Text.Editor, espace de noms