Classe LocalizablePropertyCategoryAttribute

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
<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

O tipo LocalizablePropertyCategoryAttribute expõe os membros a seguir.

Construtores

  Nome Descrição
Método público LocalizablePropertyCategoryAttribute Initializes a new instance of the LocalizablePropertyCategoryAttribute class using the specified type and property name.

Início

Propriedades

  Nome Descrição
Propriedade pública Category (Herdado de CategoryAttribute.)
Propriedade pública TypeId (Herdado de Attribute.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de CategoryAttribute.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de CategoryAttribute.)
Método protegido GetLocalizedString (Herdado de CategoryAttribute.)
Método público GetType (Herdado de Object.)
Método público IsDefaultAttribute (Herdado de CategoryAttribute.)
Método público Match (Herdado de Attribute.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .GetIDsOfNames (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .GetTypeInfo (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .GetTypeInfoCount (Herdado de Attribute.)
Implementações de interfaces explícitasMétodo privado _Attribute. . :: . .Invoke (Herdado de Attribute.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.