LocalizedNameAttribute Class

Definition

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
LocalizedNameAttribute

Constructors

LocalizedNameAttribute(Type, String)

Creates an instance of this attribute, which caches the localized name represented by the given type and resource name.

LocalizedNameAttribute(Type, String, 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.

Applies to