Compartilhar via


Método ISmartIndentProvider.CreateSmartIndent

Cria um ISmartIndent para o dado ITextView.

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

Sintaxe

'Declaração
Function CreateSmartIndent ( _
    textView As ITextView _
) As ISmartIndent
ISmartIndent CreateSmartIndent(
    ITextView textView
)
ISmartIndent^ CreateSmartIndent(
    ITextView^ textView
)
abstract CreateSmartIndent : 
        textView:ITextView -> ISmartIndent
function CreateSmartIndent(
    textView : ITextView
) : ISmartIndent

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.Editor.ISmartIndent
O ISmartIndent.

Exceções

Exceção Condição
ArgumentNullException

textView é nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

ISmartIndentProvider Interface

Namespace Microsoft.VisualStudio.Text.Editor