Classe LocalizablePropertyDisplayNameAttribute
Provides a localized display name for a property.
Hierarquia de herança
System.Object
System.Attribute
System.ComponentModel.DisplayNameAttribute
Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute
Namespace: Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDisplayNameAttribute _
Inherits DisplayNameAttribute
'Uso
Dim instance As LocalizablePropertyDisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyDisplayNameAttribute : DisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyDisplayNameAttribute sealed : public DisplayNameAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyDisplayNameAttribute =
class
inherit DisplayNameAttribute
end
public final class LocalizablePropertyDisplayNameAttribute extends DisplayNameAttribute
O tipo LocalizablePropertyDisplayNameAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
LocalizablePropertyDisplayNameAttribute | Initializes a new instance of the LocalizablePropertyDisplayNameAttribute class using the specified type and property name. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DisplayName | Gets the display name of the LocalizablePropertyDisplayNameAttribute. (Substitui DisplayNameAttribute.DisplayName.) | |
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de DisplayNameAttribute.) | |
GetHashCode | (Herdado de DisplayNameAttribute.) | |
GetLocalizedValue | Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute. | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de DisplayNameAttribute.) | |
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.