LocalizablePropertyDescriptionAttribute Class

 

Provides a localized property description for a property in the property grid. This class cannot be inherited.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

System::Object
  System::Attribute
    System.ComponentModel::DescriptionAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization::LocalizablePropertyDescriptionAttribute

[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyDescriptionAttribute sealed : DescriptionAttribute

NameDescription
System_CAPS_pubmethodLocalizablePropertyDescriptionAttribute(Type^, String^)

Initializes a new instance of the LocalizablePropertyDescriptionAttribute class using the specified type and property name.

NameDescription
System_CAPS_pubpropertyDescription

Gets the description associated with the property.(Overrides DescriptionAttribute::Description.)

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from DescriptionAttribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from DescriptionAttribute.)

System_CAPS_pubmethodGetLocalizedValue()

Gets a String containing the localized value of the LocalizablePropertyDescriptionAttribute.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from DescriptionAttribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: