Share via


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
Public method LocalizablePropertyDisplayNameAttribute Initializes a new instance of the LocalizablePropertyDisplayNameAttribute class using the specified type and property name.

Top

Properties

  Name Description
Public property DisplayName Gets the display name of the LocalizablePropertyDisplayNameAttribute. (Overrides DisplayNameAttribute.DisplayName.)
Public property TypeId (Inherited from Attribute.)

Top

Methods

  Name Description
Public method Equals (Inherited from DisplayNameAttribute.)
Public method GetHashCode (Inherited from DisplayNameAttribute.)
Public method GetLocalizedValue Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from DisplayNameAttribute.)
Public method Match (Inherited from Attribute.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute.GetIDsOfNames (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfo (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfoCount (Inherited from Attribute.)
Explicit interface implemetationPrivate method _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.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Localization Namespace