Cape Description Attribute Class
Provides a text description for the registration of a CAPE-OPEN object.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComVisibleAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Class)]
public class CapeDescriptionAttribute : AttributeVB
<ComVisibleAttribute(false)>
<AttributeUsageAttribute(AttributeTargets.Class)>
Public Class CapeDescriptionAttribute
Inherits AttributeRemarks
This attribute is used during the registration of a CAPE-OPEN object with the COM registry to set the value of the CapeDescription[Description] registration key.
Constructors
| CapeDescriptionAttribute | Initializes a new instance of the CapeDescriptionAttribute class. |
Properties
| Description | Gets the the description information. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |