LocDisplayNameAttribute Class

 

Specifies the localizable display name for a property, event, or public void method which takes no arguments.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  System.Attribute
    System.ComponentModel.DisplayNameAttribute
      Microsoft.VisualStudio.Shell.LocDisplayNameAttribute

[AttributeUsageAttribute(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field, 
	Inherited = false, AllowMultiple = false)]
public sealed class LocDisplayNameAttribute : DisplayNameAttribute

NameDescription
System_CAPS_pubmethodLocDisplayNameAttribute(String)

Initializes a new instance of LocDisplayNameAttribute for the specified name.

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the localized display name.(Overrides DisplayNameAttribute.DisplayName.)

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from DisplayNameAttribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from DisplayNameAttribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from DisplayNameAttribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: