Share via


LocalizedNameAttribute Members

Include Protected Members
Include Inherited Members

Provides the localized name of an extension.

The LocalizedNameAttribute type exposes the following members.

Constructors

  Name Description
Public method LocalizedNameAttribute() Initializes a new instance of the LocalizedNameAttribute class.
Public method LocalizedNameAttribute(String) Initializes a new instance of the LocalizedNameAttribute class.

Top

Methods

  Name Description
Public method Equals(Object) Determines if the object supplied is the same as the current object. (Overrides Attribute.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns a unique hash code for the object. (Overrides Attribute.GetHashCode().)
Protected method GetLocalizedString(String) Returns the correct localized extension name.
Public method GetType() (Inherited from Object.)
Public method IsDefaultAttribute() (Inherited from Attribute.)
Public method Match(Object) (Inherited from Attribute.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Name Gets the localized name of the extension.
Public property TypeId (Inherited from Attribute.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfoCount(UInt32%) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) (Inherited from Attribute.)

Top