ISmartIndentProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 。 |