Freigeben über


IFileTypeManagementService.IsBasedOn-Methode

Die folgenden Ausführungen gelten für v2.

Gibt an, ob der Inhalt auf einem anderen Objekt basiert.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Function IsBasedOn ( _
    potentialBaseType As String, _
    contentType As String _
) As Boolean
'Usage
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

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn der Inhalt auf einem anderen Objekt basiert, andernfalls false.

Siehe auch

Verweis

IFileTypeManagementService Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace