IFileTypeManagementService.IsRegisteredType メソッド

v2 に適用されます。

コンテンツの種類が登録されるかどうかを示します。

名前空間:  Microsoft.WebMatrix.Extensibility.Editor
アセンブリ:  Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)

構文

'宣言
Function IsRegisteredType ( _
    contentTypeName As String _
) As Boolean
'使用
Dim instance As IFileTypeManagementService 
Dim contentTypeName As String 
Dim returnValue As Boolean 

returnValue = instance.IsRegisteredType(contentTypeName)
bool IsRegisteredType(
    string contentTypeName
)
bool IsRegisteredType(
    String^ contentTypeName
)
abstract IsRegisteredType : 
        contentTypeName:string -> bool
function IsRegisteredType(
    contentTypeName : String
) : boolean

パラメーター

  • contentTypeName
    型: System.String

    コンテンツ タイプ。

戻り値

型: System.Boolean
コンテンツの種類が登録される場合は true。それ以外の場合は false。

関連項目

参照

IFileTypeManagementService インターフェイス

Microsoft.WebMatrix.Extensibility.Editor 名前空間