[This is preliminary documentation and is subject to change.]

Author: Đonny

DisplayNameAttribute that can be applied on fields

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event|AttributeTargets.Interface|AttributeTargets.Delegate)]
public class FieldDisplayNameAttribute : DisplayNameAttribute
Visual Basic
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Enum Or AttributeTargets.Method Or AttributeTargets.Property Or AttributeTargets.Field Or AttributeTargets.Event Or AttributeTargets.Interface Or AttributeTargets.Delegate)> _
Public Class FieldDisplayNameAttribute _
	Inherits DisplayNameAttribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Enum|AttributeTargets::Method|AttributeTargets::Property|AttributeTargets::Field|AttributeTargets::Event|AttributeTargets::Interface|AttributeTargets::Delegate)]
public ref class FieldDisplayNameAttribute : public DisplayNameAttribute
F#
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event|AttributeTargets.Interface|AttributeTargets.Delegate)>]
type FieldDisplayNameAttribute =  
    class
        inherit DisplayNameAttribute
    end
JScript
public class FieldDisplayNameAttribute extends DisplayNameAttribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    System.ComponentModel..::..DisplayNameAttribute
      Tools.ComponentModelT..::..FieldDisplayNameAttribute

See Also

Collapse/expand Version History

1.5.2