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
textView
Tipo: Microsoft.VisualStudio.Text.Editor.ITextViewO ITextView em que o ISmartIndent navegará.
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.