ISmartIndentProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an ISmartIndent object for a given ITextView. Component exporters must supply at least one content type attribute to specify the applicable content types.
public interface class ISmartIndentProvider
public interface class ISmartIndentProvider
__interface ISmartIndentProvider
public interface ISmartIndentProvider
type ISmartIndentProvider = interface
Public Interface ISmartIndentProvider
Remarks
This is a MEF component part, and should be exported with the following attributes: [Export(typeof(ISmartIndentProvider))] [ContentType("some content type")]
Methods
CreateSmartIndent(ITextView) |
Creates an ISmartIndent object for the given ITextView. |