Condividi tramite


Metodo ISmartIndentProvider.CreateSmartIndent

Crea un oggetto ISmartIndent per l'oggetto specificato ITextView.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

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

Eccezioni

Eccezione Condizione
ArgumentNullException

textView viene nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISmartIndentProvider Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor