LocalizablePropertyDescriptionAttribute Class
Provides a localized property description for a property in the property grid. This class cannot be inherited.
Inheritance Hierarchy
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescriptionAttribute
Namespace: Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDescriptionAttribute _
Inherits DescriptionAttribute
'Usage
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
The LocalizablePropertyDescriptionAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocalizablePropertyDescriptionAttribute | Initializes a new instance of the LocalizablePropertyDescriptionAttribute class using the specified type and property name. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets the description associated with the property. (Overrides DescriptionAttribute.Description.) | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from DescriptionAttribute.) | |
GetHashCode | (Inherited from DescriptionAttribute.) | |
GetLocalizedValue | Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute. | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from DescriptionAttribute.) | |
Match | (Inherited from Attribute.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.