IContentTypeDefinition Interface

Describes a content type that is being introduced using IContentTypeDefinitionSource.

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

Syntax

'Declaration
Public Interface IContentTypeDefinition
public interface IContentTypeDefinition
public interface class IContentTypeDefinition
type IContentTypeDefinition =  interface end
public interface IContentTypeDefinition

The IContentTypeDefinition type exposes the following members.

Properties

  Name Description
Public property BaseDefinitions Gets the case-insensitive names of the base types of the content type.
Public property Name Gets the case-insensitive name of the content type.

Top

See Also

Reference

Microsoft.VisualStudio.Utilities Namespace