Compartilhar via


Método ISmartIndent.GetDesiredIndentation

Obtém o recuo desejado de uma ITextSnapshotLine.

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: Nullable<Int32>
O número de espaços para colocar no início da linha, ou nulluma referência nula (Nothing no Visual Basic) se não houver nenhum recuo desejado.

Segurança do .NET Framework

Consulte também

Referência

ISmartIndent Interface

Namespace Microsoft.VisualStudio.Text.Editor