Partager via


PropertyPageTypeConverterAttribute Class

A type converter attribute that holds the type with which it was constructed. Obsolete. Use PropertyPageTypeConverterAttribute instead.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Enum Or AttributeTargets.Property Or AttributeTargets.Field)> _
Public NotInheritable Class PropertyPageTypeConverterAttribute _
    Inherits Attribute

Dim instance As PropertyPageTypeConverterAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Enum|AttributeTargets.Property|AttributeTargets.Field)]
public sealed class PropertyPageTypeConverterAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Enum|AttributeTargets::Property|AttributeTargets::Field)]
public ref class PropertyPageTypeConverterAttribute sealed : public Attribute
public final class PropertyPageTypeConverterAttribute extends Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.Package.PropertyPageTypeConverterAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyPageTypeConverterAttribute Members

Microsoft.VisualStudio.Package Namespace