Clase LocalizablePropertyDescriptionAttribute
Provides a localized property description for a property in the property grid. This class cannot be inherited.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Attribute
System.ComponentModel. . :: . .DescriptionAttribute
Microsoft.SqlServer.Dts.Runtime.Localization..::..LocalizablePropertyDescriptionAttribute
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 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
El tipo LocalizablePropertyDescriptionAttribute expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
LocalizablePropertyDescriptionAttribute | Initializes a new instance of the LocalizablePropertyDescriptionAttribute class using the specified type and property name. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Description | Gets the description associated with the property. (Invalida DescriptionAttribute. . :: . .Description.) | |
DescriptionValue | (Se hereda de DescriptionAttribute.) | |
TypeId | (Se hereda de Attribute.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de DescriptionAttribute.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de DescriptionAttribute.) | |
GetLocalizedValue | Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute. | |
GetType | (Se hereda de Object.) | |
IsDefaultAttribute | (Se hereda de DescriptionAttribute.) | |
Match | (Se hereda de Attribute.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (Se hereda de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (Se hereda de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (Se hereda de Attribute.) | |
_Attribute. . :: . .Invoke | (Se hereda de Attribute.) |
Arriba
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.