IFileTypeManagementService 接口
适用于版本2
定义文件类型管理服务的方法。
命名空间: Microsoft.WebMatrix.Extensibility.Editor
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Interface IFileTypeManagementService
用法
Dim instance As IFileTypeManagementService
public interface IFileTypeManagementService
public interface class IFileTypeManagementService
type IFileTypeManagementService = interface end
public interface IFileTypeManagementService
IFileTypeManagementService 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
IsBasedOn | 指定内容是否基于另一个对象。 | |
IsRegisteredExtension | 指示扩展是否已注册。 | |
IsRegisteredType | 指示内容类型是否已注册。 | |
RegisterExtensionToContentType | 在内容类型中注册扩展。 | |
RegisterType | 注册内容类型。 |
页首