IFileTypeManagementService.IsBasedOn 方法
適用於版本2
指定內容是否以另一個物件為基礎。
命名空間: 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。