ISmartIndentProvider Interface

Definition

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.

Applies to