LocalizedDescriptionAttribute Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the attribute that enables the localization of a property description. This class cannot be inherited.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
System::Attribute
System.ComponentModel::DescriptionAttribute
Microsoft.VisualStudio.TestTools.Common::LocalizedDescriptionAttribute
| Name | Description | |
|---|---|---|
![]() | LocalizedDescriptionAttribute(Type^, String^) | Initializes a new instance of the LocalizedDescriptionAttribute class by using the provided type and ID. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets the localized description of the property.(Overrides DescriptionAttribute::Description.) |
![]() | ResourceId | Gets the identifier for the resource that contains the description. |
![]() | ResourceType | Gets the Type for the resource file. |
![]() | TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from DescriptionAttribute.) |
![]() | GetHashCode() | (Inherited from DescriptionAttribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from DescriptionAttribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
For more information about how to use attributes, see Extending Metadata Using Attributes.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



