Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets an instance of the IFileTypeManagementServiceinterface.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Function GetFileManagementService As IFileTypeManagementService
'Usage
Dim instance As IFileTypeManagementServiceProvider
Dim returnValue As IFileTypeManagementService
returnValue = instance.GetFileManagementService()
IFileTypeManagementService GetFileManagementService()
IFileTypeManagementService^ GetFileManagementService()
abstract GetFileManagementService : unit -> IFileTypeManagementService
function GetFileManagementService() : IFileTypeManagementService
Return Value
Type: Microsoft.WebMatrix.Extensibility.Editor.IFileTypeManagementService
An instance of the IFileTypeManagementService.