This documentation is archived and is not being maintained.
Microsoft.VisualStudio.Utilities Namespace
Visual Studio 2013
| Class | Description | |
|---|---|---|
|
BaseDefinitionAttribute | Represents a base definition of the current definition. |
|
ContentTypeAttribute | Declares an association between an extension and a particular content type. |
|
ContentTypeDefinition | Defines a content type. |
|
DisplayNameAttribute | Provides a display name for an editor component part. |
|
FileExtensionAttribute | Identifies a file extension. |
|
FileExtensionToContentTypeDefinition | Specifies a mapping between a content type and a file extension. |
|
MultipleBaseMetadataAttribute | A base class for attributes that can appear multiple times on a single component part. |
|
NameAttribute | Associates a name with an editor extension part. |
|
OrderAttribute | Orders multiple instances of an extension part. |
|
Orderer | Performs a topological sort of orderable extension parts. |
|
PropertyCollection | Allows property owners to control the lifetimes of the properties in the collection. |
|
SingletonBaseMetadataAttribute | A base class for attributes that can appear only once on a single component part. |
| Interface | Description | |
|---|---|---|
|
IContentType | The content type of an object. |
|
IContentTypeDefinition | Describes a content type that is being introduced using IContentTypeDefinitionSource. |
|
IContentTypeDefinitionSource | Defines an alternate source for content type definitions that should be processed together with content types introduced statically using ContentTypeDefinition. |
|
IContentTypeRegistryService | The service that maintains the collection of content types. |
|
IFileExtensionRegistryService | The service that manages associations between file extensions and content types. |
|
IOrderable | Associated with an orderable part. |
|
IPropertyOwner | Provides ownership of an arbitrary set of properties. |
Show: