IFileTypeManagementServiceProvider.GetFileManagementService 方法
适用于版本2
获取 IFileTypeManagementService 接口的实例。
命名空间: Microsoft.WebMatrix.Extensibility.Editor
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Function GetFileManagementService As IFileTypeManagementService
用法
Dim instance As IFileTypeManagementServiceProvider
Dim returnValue As IFileTypeManagementService
returnValue = instance.GetFileManagementService()
IFileTypeManagementService GetFileManagementService()
IFileTypeManagementService^ GetFileManagementService()
abstract GetFileManagementService : unit -> IFileTypeManagementService
function GetFileManagementService() : IFileTypeManagementService
返回值
类型:Microsoft.WebMatrix.Extensibility.Editor.IFileTypeManagementService
IFileTypeManagementService 的实例。