LocalizablePropertyDisplayNameAttribute Class
Provides a localized display name for a property.
Inheritance Hierarchy
System.Object
System.Attribute
System.ComponentModel.DisplayNameAttribute
Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute
Namespace: Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDisplayNameAttribute _
Inherits DisplayNameAttribute
'Usage
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
The LocalizablePropertyDisplayNameAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocalizablePropertyDisplayNameAttribute | Initializes a new instance of the LocalizablePropertyDisplayNameAttribute class using the specified type and property name. |
Top
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the display name of the LocalizablePropertyDisplayNameAttribute. (Overrides DisplayNameAttribute.DisplayName.) | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from DisplayNameAttribute.) | |
GetHashCode | (Inherited from DisplayNameAttribute.) | |
GetLocalizedValue | Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute. | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from DisplayNameAttribute.) | |
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.