IFileTypeManagementServiceProvider.GetFileManagementService Method

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.

See Also

Reference

IFileTypeManagementServiceProvider Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace