ISmartIndentProvider Interface
Visual Studio 2015
Gets an ISmartIndent object for a given ITextView.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | CreateSmartIndent(ITextView) | Creates a ISmartIndent for the given ITextView. |
This is a MEF component part, and should be exported with the following attributes:
[Export(NameSource=typeof(ISmartIndentProvider))]
[ContentType("some content type")]
Component exporters must supply at least one content type attribute to specify the applicable content types.
Show:
