ISmartIndentProvider::CreateSmartIndent Method (ITextView^)

 

Creates a ISmartIndent for the given ITextView.

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

ISmartIndent^ CreateSmartIndent(
	ITextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The ITextView on which the ISmartIndent will navigate.

Exception Condition
ArgumentNullException

textView is null.

Return to top
Show: