Compartilhar via


Método ISmartIndentationService.GetDesiredIndentation

Obtém o recuo desejado de uma ITextSnapshotLine conforme exibido na ITextView.

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

Sintaxe

'Declaração
Function GetDesiredIndentation ( _
    textView As ITextView, _
    line As ITextSnapshotLine _
) As Nullable(Of Integer)
Nullable<int> GetDesiredIndentation(
    ITextView textView,
    ITextSnapshotLine line
)
Nullable<int> GetDesiredIndentation(
    ITextView^ textView, 
    ITextSnapshotLine^ line
)
abstract GetDesiredIndentation : 
        textView:ITextView * 
        line:ITextSnapshotLine -> Nullable<int> 
function GetDesiredIndentation(
    textView : ITextView, 
    line : ITextSnapshotLine
) : Nullable<int>

Parâmetros

Valor de retorno

Tipo: Nullable<Int32>
O recuo desejado

Comentários

Este serviço consome ISmartIndentProvider objetos para determinar como executar o recuo.

Segurança do .NET Framework

Consulte também

Referência

ISmartIndentationService Interface

Namespace Microsoft.VisualStudio.Text.Editor