ISmartIndentProvider::CreateSmartIndent Method (ITextView^)
Visual Studio 2015
Creates a ISmartIndent for the given ITextView.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView on which the ISmartIndent will navigate.
| Exception | Condition |
|---|---|
| ArgumentNullException | textView is null. |
Show: