LocalizablePropertyDisplayNameAttribute Class

 

Provides a localized display name for a property.

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

System::Object
  System::Attribute
    System.ComponentModel::DisplayNameAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization::LocalizablePropertyDisplayNameAttribute

[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyDisplayNameAttribute sealed : DisplayNameAttribute

NameDescription
System_CAPS_pubmethodLocalizablePropertyDisplayNameAttribute(Type^, String^)

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

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the display name of the LocalizablePropertyDisplayNameAttribute.(Overrides DisplayNameAttribute::DisplayName.)

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from DisplayNameAttribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from DisplayNameAttribute.)

System_CAPS_pubmethodGetLocalizedValue()

Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from DisplayNameAttribute.)

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: