IODescriptionAttribute Class
Sets the description visual designers can display when referencing an event, extender, or property.
For a list of all members of this type, see IODescriptionAttribute Members.
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
System.IO.IODescriptionAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.All)> Public Class IODescriptionAttribute Inherits DescriptionAttribute [C#] [AttributeUsage(AttributeTargets.All)] public class IODescriptionAttribute : DescriptionAttribute [C++] [AttributeUsage(AttributeTargets::All)] public __gc class IODescriptionAttribute : public DescriptionAttribute [JScript] public AttributeUsage(AttributeTargets.All) class IODescriptionAttribute extends DescriptionAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about using attributes, see Extending Metadata Using Attributes.
Requirements
Namespace: System.IO
Platforms: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
IODescriptionAttribute Members | System.IO Namespace | Attribute | PropertyDescriptor | EventDescriptor