Freigeben über


IContentTypeRegistryService.GetContentType-Methode

Ruft das IContentType-Objekt mit dem angegebenen Typnamen ab.

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

Syntax

'Declaration
Function GetContentType ( _
    typeName As String _
) As IContentType
IContentType GetContentType(
    string typeName
)
IContentType^ GetContentType(
    String^ typeName
)
abstract GetContentType : 
        typeName:string -> IContentType
function GetContentType(
    typeName : String
) : IContentType

Parameter

  • typeName
    Typ: String

    Der Name des Inhaltstyps. Name vergleiche wird die Groß-/Kleinschreibung nicht beachtet.

Rückgabewert

Typ: Microsoft.VisualStudio.Utilities.IContentType
Der Inhaltstyp oder nullein Nullverweis (Nothing in Visual Basic) , wenn kein Inhaltstyp gefunden wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

IContentTypeRegistryService Schnittstelle

Microsoft.VisualStudio.Utilities-Namespace