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.
Represents an interface for a file type management service provider.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IFileTypeManagementServiceProvider
'Usage
Dim instance As IFileTypeManagementServiceProvider
public interface IFileTypeManagementServiceProvider
public interface class IFileTypeManagementServiceProvider
type IFileTypeManagementServiceProvider = interface end
public interface IFileTypeManagementServiceProvider
The IFileTypeManagementServiceProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetFileManagementService | Gets an instance of the IFileTypeManagementServiceinterface. |
Top