IContentTypeRegistryService::GetContentType Method (String^)
Gets the IContentType object with the specified type name.
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Parameters
- typeName
-
Type:
System::String^
The name of the content type. Name comparisons are case-insensitive.
Return Value
Type: Microsoft.VisualStudio.Utilities::IContentType^The content type, or null if no content type is found.
Show: