IContentType Interface

Definition

The content type of an object.

C++/CX
public interface class IContentType

Remarks

All content types are identified by a unique name. The IContentTypeRegistryService can return an IContentType object to allow clients to access additional information.

Properties

BaseTypes

The set of all content types from which the current IContentType is derived.

DisplayName

The display name of the content type.

TypeName

The name of the content type.

Methods

IsOfType(String)

Returns true if this IContentType equals or derives from the content type specified by type.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022