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可能性のある基本タイプ。
contentType
型: System.Stringコンテンツ タイプ。
戻り値
型: System.Boolean
コンテンツが別のオブジェクトに基づいている場合は true。それ以外の場合は false。