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

Syntax

C#
public interface IDisplayLabelAttribute
Visual Basic (Declaration)
Public Interface IDisplayLabelAttribute
Visual C++
public interface class IDisplayLabelAttribute

The type exposes the following members.

Public Methods

  NameDescription
Public methodGet
Returns the label for the property with this attribute attached to it.
Public methodIsReadOnly
Returns true if IDisplayLabelAttribute.Set(...) for the given handle will throw a NotSupportedException.
Public methodSet
Returns the label for the property with this attribute attached to it.

See Also