TypeConversionAttribute Class

Definition

Marks a class exported with a MEF ExportAttribute as a conversion from one type to another.

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

Constructors

TypeConversionAttribute(Type, Type)

Creates a new instance of TypeConversionAttribute.

Properties

FromFullName

The name of the type being converted from.

ToFullName

The name of the exact type being converted to.

Applies to