ISmartIndentProvider 接口

定义

获取 ISmartIndent 给定的对象 ITextView 。 组件导出程序必须至少提供一个内容类型属性来指定适用的内容类型。

public interface class ISmartIndentProvider
public interface class ISmartIndentProvider
__interface ISmartIndentProvider
public interface ISmartIndentProvider
type ISmartIndentProvider = interface
Public Interface ISmartIndentProvider

注解

这是一个 MEF 组件部件,应使用以下属性导出: [Export (typeof (ISmartIndentProvider) ) ] [ContentType ( "某些内容类型" ) ]

方法

CreateSmartIndent(ITextView)

ISmartIndent为给定的创建对象 ITextView

适用于