ContentTypeAttribute Class

Definition

Declares an association between an extension part and a particular content type.

public ref class ContentTypeAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public ref class ContentTypeAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public sealed class ContentTypeAttribute : Microsoft.VisualStudio.Utilities.MultipleBaseMetadataAttribute
type ContentTypeAttribute = class
    inherit MultipleBaseMetadataAttribute
Public NotInheritable Class ContentTypeAttribute
Inherits MultipleBaseMetadataAttribute
Inheritance

Constructors

ContentTypeAttribute(String)

Initializes a new instance of ContentTypeAttribute.

Properties

ContentTypes

The content type name.

Applies to

See also