IContentType Interface
The content type of an object.
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
| Name | Description | |
|---|---|---|
![]() | BaseTypes | Gets the set of all content types from which the current IContentType is derived. |
![]() | DisplayName | Gets the display name of the content type. |
![]() | TypeName | Gets the name of the content type. |
| Name | Description | |
|---|---|---|
![]() | IsOfType(String) | Determines whether this content type has the specified base content type. |
All content types are identified by a unique name. The IContentTypeRegistryService can return an IContentType object to allow clients to access additional information.
Show:

