PropertyPageTypeConverterAttribute Class
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.
Defines our type converter.
public ref class PropertyPageTypeConverterAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class PropertyPageTypeConverterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type PropertyPageTypeConverterAttribute = class
inherit Attribute
Public NotInheritable Class PropertyPageTypeConverterAttribute
Inherits Attribute
- Inheritance
-
PropertyPageTypeConverterAttribute
- Attributes
This is needed to get rid of the type TypeConverter type that could not give back the Type we were passing to him. We do not want to use reflection to get the type back from the ConverterTypeName. Also the GetType mthos does not spwan converters from other assemblies.
Property |
Creates a new instance of the class for the specified type. |
Converter |
The type that is to be converted. |
Produto | Versões |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |