Freigeben über


IContentType.IsOfType-Methode

Bestimmt, ob dieser Inhaltstyp den angegebenen Basis Inhaltstyp verfügt.

Namespace:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Syntax

'Declaration
Function IsOfType ( _
    type As String _
) As Boolean
bool IsOfType(
    string type
)
bool IsOfType(
    String^ type
)
abstract IsOfType : 
        type:string -> bool
function IsOfType(
    type : String
) : boolean

Parameter

  • type
    Typ: String

    Der Name des Basisinhaltstyps.

Rückgabewert

Typ: Boolean
true , wenn dieser Inhaltstyp von dem abgeleitet wird, der durch typeangegeben wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IContentType Schnittstelle

Microsoft.VisualStudio.Utilities-Namespace