Sdílet prostřednictvím


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

Top

Properties

  Name Description
Public property Description Gets the description associated with the property. (Overrides DescriptionAttribute.Description.)
Protected property DescriptionValue (Inherited from DescriptionAttribute.)
Public property TypeId (Inherited from Attribute.)

Top

Methods

  Name Description
Public method Equals (Inherited from DescriptionAttribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from DescriptionAttribute.)
Public method GetLocalizedValue Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute.
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from DescriptionAttribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
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.