DisplayNameAttribute Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use LocalizedNameAttribute instead.
Provides a display name for an editor component part.
public ref class DisplayNameAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttributepublic ref class DisplayNameAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttributepublic sealed class DisplayNameAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute[System.Obsolete("Use LocalizedNameAttribute instead.")]
public sealed class DisplayNameAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttributetype DisplayNameAttribute = class
    inherit SingletonBaseMetadataAttribute[<System.Obsolete("Use LocalizedNameAttribute instead.")>]
type DisplayNameAttribute = class
    inherit SingletonBaseMetadataAttributePublic NotInheritable Class DisplayNameAttribute
Inherits SingletonBaseMetadataAttribute- Inheritance
- Attributes
Remarks
This attribute should be localized wherever it is used.
Constructors
| DisplayNameAttribute(String) | Initializes a new instance of DisplayNameAttribute. | 
Properties
| DisplayName | Gets the display name of an editor component part. |