Поделиться через


Метод IFileTypeManagementService.RegisterType

Приведенные ниже сведения относятся к верс.2

Регистрирует тип содержимого.

Пространство имен:  Microsoft.WebMatrix.Extensibility.Editor
Сборка:  Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)

Синтаксис

'Декларация
Sub RegisterType ( _
    contentTypeName As String, _
    baseTypes As String() _
)
'Применение
Dim instance As IFileTypeManagementService 
Dim contentTypeName As String 
Dim baseTypes As String()

instance.RegisterType(contentTypeName, _
    baseTypes)
void RegisterType(
    string contentTypeName,
    string[] baseTypes
)
void RegisterType(
    String^ contentTypeName, 
    array<String^>^ baseTypes
)
abstract RegisterType : 
        contentTypeName:string * 
        baseTypes:string[] -> unit
function RegisterType(
    contentTypeName : String, 
    baseTypes : String[]
)

Параметры

  • contentTypeName
    Тип: System.String

    Регистрируемый тип содержимого.

См. также

Справочник

IFileTypeManagementService Интерфейс

Пространство имен Microsoft.WebMatrix.Extensibility.Editor