Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
BaseDefinitions | Gets the case-insensitive names of the base types of the content type. |
![]() |
Name | Gets the case-insensitive name of the content type. |
Top