TypeConversionAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |