Classe LocalizablePropertyDescriptionAttribute
Provides a localized property description for a property in the property grid. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Attribute
System.ComponentModel. . :: . .DescriptionAttribute
Microsoft.SqlServer.Dts.Runtime.Localization..::..LocalizablePropertyDescriptionAttribute
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Localization
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDescriptionAttribute _
Inherits DescriptionAttribute
'Utilisation
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
Le type LocalizablePropertyDescriptionAttribute expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
LocalizablePropertyDescriptionAttribute | Initializes a new instance of the LocalizablePropertyDescriptionAttribute class using the specified type and property name. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Description | Gets the description associated with the property. (remplace DescriptionAttribute. . :: . .Description.) | |
DescriptionValue | (hérité de DescriptionAttribute.) | |
TypeId | (hérité de Attribute.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de DescriptionAttribute.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de DescriptionAttribute.) | |
GetLocalizedValue | Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute. | |
GetType | (hérité de Object.) | |
IsDefaultAttribute | (hérité de DescriptionAttribute.) | |
Match | (hérité de Attribute.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (hérité de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (hérité de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (hérité de Attribute.) | |
_Attribute. . :: . .Invoke | (hérité de Attribute.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.