Compartir a través de


Clase LocalizablePropertyCategoryAttribute

Provides a localized category for a property. This class cannot be inherited.

Jerarquía de herencia

System.Object
  System.Attribute
    System.ComponentModel.CategoryAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategoryAttribute

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyCategoryAttribute _
    Inherits CategoryAttribute
'Uso
Dim instance As LocalizablePropertyCategoryAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyCategoryAttribute : CategoryAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyCategoryAttribute sealed : public CategoryAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyCategoryAttribute =  
    class 
        inherit CategoryAttribute 
    end
public final class LocalizablePropertyCategoryAttribute extends CategoryAttribute

El tipo LocalizablePropertyCategoryAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público LocalizablePropertyCategoryAttribute Initializes a new instance of the LocalizablePropertyCategoryAttribute class using the specified type and property name.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Category (Se hereda de CategoryAttribute.)
Propiedad pública TypeId (Se hereda de Attribute.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de CategoryAttribute.)
Método público GetHashCode (Se hereda de CategoryAttribute.)
Método público GetType (Se hereda de Object.)
Método público IsDefaultAttribute (Se hereda de CategoryAttribute.)
Método público Match (Se hereda de Attribute.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.Invoke (Se hereda de Attribute.)

Arriba

Comentarios

A CategoryAttribute indicates the category to associate the property or event with when listing properties or events in a System.Windows.Forms.PropertyGrid control set to Categorized mode. For more information, see "CategoryAttribute Class" in the .NET Framework Class Library.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization