LocalizedNameAttribute 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.
Represents an attribute which can provide a localized name as metadata for a MEF extension.
public ref class LocalizedNameAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public sealed class LocalizedNameAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
type LocalizedNameAttribute = class
inherit SingletonBaseMetadataAttribute
Public NotInheritable Class LocalizedNameAttribute
Inherits SingletonBaseMetadataAttribute
- Inheritance
Constructors
LocalizedNameAttribute(Type, String, String) |
Creates an instance of this attribute, which caches the localized name represented by the given type and resource name. |
LocalizedNameAttribute(Type, String) |
Creates an instance of this attribute, which caches the localized name represented by the given type and resource name. |
Properties
LocalizedName |
Gets the localized name specified by the constructor. |