Classe LocalizablePropertyDescriptionAttribute
Provides a localized property description for a property in the property grid. This class cannot be inherited.
Hierarquia de herança
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescriptionAttribute
Namespace: Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDescriptionAttribute _
Inherits DescriptionAttribute
'Uso
Dim instance As LocalizablePropertyDescriptionAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyDescriptionAttribute : DescriptionAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyDescriptionAttribute sealed : public DescriptionAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyDescriptionAttribute =
class
inherit DescriptionAttribute
end
public final class LocalizablePropertyDescriptionAttribute extends DescriptionAttribute
O tipo LocalizablePropertyDescriptionAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
LocalizablePropertyDescriptionAttribute | Initializes a new instance of the LocalizablePropertyDescriptionAttribute class using the specified type and property name. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Description | Gets the description associated with the property. (Substitui DescriptionAttribute.Description.) | |
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de DescriptionAttribute.) | |
GetHashCode | (Herdado de DescriptionAttribute.) | |
GetLocalizedValue | Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute. | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de DescriptionAttribute.) | |
Match | (Herdado de Attribute.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute.GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute.GetTypeInfo | (Herdado de Attribute.) | |
_Attribute.GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute.Invoke | (Herdado de Attribute.) |
Início
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.