IFileTypeManagementService.IsBasedOn メソッド

v2 に適用されます。

コンテンツが別のオブジェクトに基づいているかどうかを指定します。

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

構文

'宣言
Function IsBasedOn ( _
    potentialBaseType As String, _
    contentType As String _
) As Boolean
'使用
Dim instance As IFileTypeManagementService 
Dim potentialBaseType As String 
Dim contentType As String 
Dim returnValue As Boolean 

returnValue = instance.IsBasedOn(potentialBaseType, _
    contentType)
bool IsBasedOn(
    string potentialBaseType,
    string contentType
)
bool IsBasedOn(
    String^ potentialBaseType, 
    String^ contentType
)
abstract IsBasedOn : 
        potentialBaseType:string * 
        contentType:string -> bool
function IsBasedOn(
    potentialBaseType : String, 
    contentType : String
) : boolean

パラメーター

  • potentialBaseType
    型: System.String

    可能性のある基本タイプ。

戻り値

型: System.Boolean
コンテンツが別のオブジェクトに基づいている場合は true。それ以外の場合は false。

関連項目

参照

IFileTypeManagementService インターフェイス

Microsoft.WebMatrix.Extensibility.Editor 名前空間